ACSCallOptions-klasse
Verklaring
@interface ACSCallOptions : NSObject;
Description
Bevat opties voor video en audio
Methoden
Eigenschappen
incomingVideoOptions
De IncomingVideoOptions instellen of instellen die moeten worden meegenomen zodra het gesprek wordt gestart
@property (retain, nullable) ACSIncomingVideoOptions * incomingVideoOptions;
outgoingVideoOptions
Set or set the OutgoingVideoOptions that should be taken in count zodra de oproep start
@property (retain, nullable) ACSOutgoingVideoOptions * outgoingVideoOptions;
incomingAudioOptions
Opties voor binnenkomende audio bij het accepteren van een gesprek
@property (retain, nullable) ACSIncomingAudioOptions * incomingAudioOptions;
outgoingAudioOptions
Opties voor uitgaande audio bij het accepteren van een oproep
@property (retain, nullable) ACSOutgoingAudioOptions * outgoingAudioOptions;
callKitRemoteInfo
CXHandle en weergavenaam voor de externe deelnemer tijdens het gebruik van callKit.
@property(nullable) ACSCallKitRemoteInfo* callKitRemoteInfo;