AWSConnectParticipantConnectionType

Objective-C

NS_ENUM(NSInteger, AWSConnectParticipantConnectionType) {
    AWSConnectParticipantConnectionTypeUnknown,
    AWSConnectParticipantConnectionTypeWebsocket,
    AWSConnectParticipantConnectionTypeConnectionCredentials,
}

Swift

enum AWSConnectParticipantConnectionType : Int, @unchecked Sendable

Undocumented