Freigeben über


ACSStartCallOptions-Klasse

Deklaration

@interface ACSStartCallOptions : ACSCallOptions;

BESCHREIBUNG

Beim Starten eines Anrufs zu übergebende Optionen

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");

audioOptions

Audiooptionen beim Starten eines Anrufs

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

alternateCallerId

Die alternative CallerId-Telefonnummer, die am Empfangsende angezeigt werden soll

@property(nonatomic, nonnull) PhoneNumberIdentifier* alternateCallerId;