AWSConnectUpdateParticipantRoleConfigChannelInfo
Objective-C
@interface AWSConnectUpdateParticipantRoleConfigChannelInfo
Swift
class AWSConnectUpdateParticipantRoleConfigChannelInfo
Configuration information for the chat participant role.
-
Configuration information for the chat participant role.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectChatParticipantRoleConfig *_Nullable chat;
Swift
var chat: AWSConnectChatParticipantRoleConfig? { get set }