ACSIncomingAudioOptions Class

Declaration

@interface ACSIncomingAudioOptions : NSObject;

Description

Property bag class for Incoming 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 speaker muted (true) or un-muted(false).

@property BOOL muted;

stream

Incoming Audio Stream that will be started when the call connects.

@property (retain, nullable) ACSIncomingAudioStream * stream;