Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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");