AWSConnectMeetingFeaturesConfiguration
Objective-C
@interface AWSConnectMeetingFeaturesConfiguration
Swift
class AWSConnectMeetingFeaturesConfiguration
The configuration settings of the features available to a meeting.
-
The configuration settings for the audio features available to a meeting.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectAudioFeatures *_Nullable audio;
Swift
var audio: AWSConnectAudioFeatures? { get set }