AWSConnectParticipantConnectionType
Objective-C
NS_ENUM(NSInteger, AWSConnectParticipantConnectionType) {
AWSConnectParticipantConnectionTypeUnknown,
AWSConnectParticipantConnectionTypeWebsocket,
AWSConnectParticipantConnectionTypeConnectionCredentials,
}
Swift
enum AWSConnectParticipantConnectionType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSConnectParticipantConnectionTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSConnectParticipantConnectionTypeWebsocket
Swift
case websocket = 1
-
Undocumented
Declaration
Objective-C
AWSConnectParticipantConnectionTypeConnectionCredentials
Swift
case connectionCredentials = 2