AWSConnectParticipantCreateParticipantConnectionResponse
Objective-C
@interface AWSConnectParticipantCreateParticipantConnectionResponse
Swift
class AWSConnectParticipantCreateParticipantConnectionResponse
-
Creates the participant’s connection credentials. The authentication token associated with the participant’s connection.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectParticipantConnectionCredentials *_Nullable connectionCredentials;
Swift
var connectionCredentials: AWSConnectParticipantConnectionCredentials? { get set }
-
Creates the participant’s websocket connection.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectParticipantWebsocket *_Nullable websocket;
Swift
var websocket: AWSConnectParticipantWebsocket? { get set }