AWSConnectParticipantDetailsToAdd
Objective-C
@interface AWSConnectParticipantDetailsToAdd
Swift
class AWSConnectParticipantDetailsToAdd
The details to add for the participant.
-
The display name of the participant.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable displayName;Swift
var displayName: String? { get set } -
The role of the participant being added.
Declaration
Objective-C
@property (nonatomic) AWSConnectParticipantRole participantRole;Swift
var participantRole: AWSConnectParticipantRole { get set }
View on GitHub
Install in Dash
AWSConnectParticipantDetailsToAdd Class Reference