ACSStartCallOptions Class
Declaration
@interface ACSStartCallOptions : ACSCallOptions;
Description
Options to be passed when starting a call
Methods
init
Creates a new instance with a default configuration
-(instancetype)init;
Properties
videoOptions
Video options when placing a call
@property (retain, nullable) ACSVideoOptions * videoOptions DEPRECATED_MSG_ATTRIBUTE("Use incomingVideoOptions and outgoingVideoOptions instead");
audioOptions
Audio options when starting a call
@property (retain, nullable) ACSAudioOptions * audioOptions DEPRECATED_MSG_ATTRIBUTE("Use incomingAudioOptions and outgoingAudioOptions instead");
alternateCallerId
The alternate callerId phone number to be displayed at the receiving end
@property(nonatomic, nonnull) PhoneNumberIdentifier* alternateCallerId;