Partager via


CLASSE ACSCallOptions

Déclaration

@interface ACSCallOptions : NSObject;

Description

Contient les options pour la vidéo et l’audio

Méthodes

Propriétés

incomingVideoOptions

Définissez ou définissez les options IncomingVideoOptions qui doivent être prises en compte une fois l’appel démarré

@property (retain, nullable) ACSIncomingVideoOptions * incomingVideoOptions;

outgoingVideoOptions

Définir ou définir les options OutgoingVideoOptions qui doivent être prises en compte une fois l’appel démarré

@property (retain, nullable) ACSOutgoingVideoOptions * outgoingVideoOptions;

incomingAudioOptions

Options audio entrante lors de l’acceptation d’un appel

@property (retain, nullable) ACSIncomingAudioOptions * incomingAudioOptions;

outgoingAudioOptions

Options audio sortantes lors de l’acceptation d’un appel

@property (retain, nullable) ACSOutgoingAudioOptions * outgoingAudioOptions;

callKitRemoteInfo

CXHandle et nom d’affichage pour le participant distant lors de l’utilisation de callKit.

@property(nullable) ACSCallKitRemoteInfo* callKitRemoteInfo;