ACSAcceptCallOptions Class

Declaration

@interface ACSAcceptCallOptions : ACSCallOptions;

Description

Options to be passed when accepting 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");