ACSAcceptCallOptions-Klasse
Deklaration
@interface ACSAcceptCallOptions : ACSCallOptions;
BESCHREIBUNG
Optionen, die bei der Annahme eines Anrufs übergeben werden sollen
Methoden
init
Erstellt eine neue instance mit einer Standardkonfiguration.
-(instancetype)init;
Eigenschaften
videoOptions
Videooptionen beim Tätigen eines Anrufs
@property (retain, nullable) ACSVideoOptions * videoOptions DEPRECATED_MSG_ATTRIBUTE("Use incomingVideoOptions and outgoingVideoOptions instead");