AWSConnectCreateParticipantResponse
Objective-C
@interface AWSConnectCreateParticipantResponse
Swift
class AWSConnectCreateParticipantResponse
-
The token used by the chat participant to call
CreateParticipantConnection
. The participant token is valid for the lifetime of a chat participant.Declaration
Objective-C
@property (nonatomic, strong) AWSConnectParticipantTokenCredentials *_Nullable participantCredentials;
Swift
var participantCredentials: AWSConnectParticipantTokenCredentials? { get set }
-
The identifier for a chat participant. The participantId for a chat participant is the same throughout the chat lifecycle.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable participantId;
Swift
var participantId: String? { get set }