ACSOutgoingAudioOptions Class
Declaration
@interface ACSOutgoingAudioOptions : NSObject;
Description
Property bag class for Outgoing Audio Options. Use this class to set audio settings required during a call (start/join)
Methods
init
Creates a new instance with a default configuration
-(instancetype)init;
Properties
muted
Start an outgoing or accept incoming call with microphone muted (true) or un-muted(false)
@property BOOL muted;
filters
Start an outgoing or accept incoming call with outgoing audio filter features
@property (retain, nullable) ACSOutgoingAudioFilters * filters;
stream
Outgoing Audio Stream that will be started when the call connects.
@property (retain, nullable) ACSOutgoingAudioStream * stream;