ACSJoinCallOptions Class

Declaration

@interface ACSJoinCallOptions : ACSCallOptions;

Description

Options to be passed when joining a call

Methods

init

Creates a new instance with a default configuration

-(instancetype)init;

Properties

videoOptions

Video options when joining a call. When both OutgoingVideoOptions and VideoOptions are specified both options will be merged.

@property (retain, nullable) ACSVideoOptions * videoOptions DEPRECATED_MSG_ATTRIBUTE("Use incomingVideoOptions and outgoingVideoOptions instead");

audioOptions

Audio options when joining a call

@property (retain, nullable) ACSAudioOptions * audioOptions DEPRECATED_MSG_ATTRIBUTE("Use incomingAudioOptions and outgoingAudioOptions instead");