Freigeben über


ACSCallOptions-Klasse

Deklaration

@interface ACSCallOptions : NSObject;

BESCHREIBUNG

Enthält Optionen für Video und Audio

Methoden

Eigenschaften

incomingVideoOptions

Festlegen oder Festlegen der IncomingVideoOptions, die nach dem Start des Anrufs als Anzahl verwendet werden sollen

@property (retain, nullable) ACSIncomingVideoOptions * incomingVideoOptions;

outgoingVideoOptions

Festlegen oder Festlegen der OutgoingVideoOptions, die nach dem Start des Anrufs als Anzahl verwendet werden sollen

@property (retain, nullable) ACSOutgoingVideoOptions * outgoingVideoOptions;

incomingAudioOptions

Optionen für eingehende Audiodaten beim Annehmen eines Anrufs

@property (retain, nullable) ACSIncomingAudioOptions * incomingAudioOptions;

outgoingAudioOptions

Optionen für ausgehende Audiodaten beim Annehmen eines Anrufs

@property (retain, nullable) ACSOutgoingAudioOptions * outgoingAudioOptions;

callKitRemoteInfo

CXHandle und Anzeigename für den Remoteteilnehmer während der Verwendung von callKit.

@property(nullable) ACSCallKitRemoteInfo* callKitRemoteInfo;