AWSConnectChatParticipantRoleConfig
Objective-C
@interface AWSConnectChatParticipantRoleConfig
Swift
class AWSConnectChatParticipantRoleConfig
Configuration information for the chat participant role.
Required parameters: [ParticipantTimerConfigList]
-
A list of participant timers. You can specify any unique combination of role and timer type. Duplicate entries error out the request with a 400.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectParticipantTimerConfiguration *> *_Nullable participantTimerConfigList;
Swift
var participantTimerConfigList: [AWSConnectParticipantTimerConfiguration]? { get set }