AWSConnectMeeting
Objective-C
@interface AWSConnectMeeting
Swift
class AWSConnectMeeting
A meeting created using the Amazon Chime SDK.
-
The media placement for the meeting.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectMediaPlacement *_Nullable mediaPlacement;
Swift
var mediaPlacement: AWSConnectMediaPlacement? { get set }
-
The Amazon Web Services Region in which you create the meeting.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable mediaRegion;
Swift
var mediaRegion: String? { get set }
-
The configuration settings of the features available to a meeting.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectMeetingFeaturesConfiguration *_Nullable meetingFeatures;
Swift
var meetingFeatures: AWSConnectMeetingFeaturesConfiguration? { get set }
-
The Amazon Chime SDK meeting ID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable meetingId;
Swift
var meetingId: String? { get set }