AWSChimeSDKMessagingCreateChannelModeratorResponse
Objective-C
@interface AWSChimeSDKMessagingCreateChannelModeratorResponse
Swift
class AWSChimeSDKMessagingCreateChannelModeratorResponse
-
The ARN of the channel.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable channelArn;
Swift
var channelArn: String? { get set }
-
The ARNs of the channel and the moderator.
Declaration
Objective-C
@property (nonatomic, strong) AWSChimeSDKMessagingIdentity *_Nullable channelModerator;
Swift
var channelModerator: AWSChimeSDKMessagingIdentity? { get set }