AWSConnectStartWebRTCContactResponse
Objective-C
@interface AWSConnectStartWebRTCContactResponse
Swift
class AWSConnectStartWebRTCContactResponse
-
Information required for the client application (mobile application or website) to connect to the call.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectConnectionData *_Nullable connectionData;
Swift
var connectionData: AWSConnectConnectionData? { get set }
-
The identifier of the contact in this instance of Amazon Connect.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable contactId;
Swift
var contactId: String? { get set }
-
The identifier for a contact participant. The
ParticipantId
for a contact participant is the same throughout the contact lifecycle.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable participantId;
Swift
var participantId: String? { get set }
-
The token used by the contact participant to call the CreateParticipantConnection API. The participant token is valid for the lifetime of a contact participant.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable participantToken;
Swift
var participantToken: String? { get set }