ACSCallOptions Class
Declaration
@interface ACSCallOptions : NSObject;
Description
Holds options for video an audio
Methods
Properties
incomingVideoOptions
Set or set the IncomingVideoOptions that should be taken in count once the call start
@property (retain, nullable) ACSIncomingVideoOptions * incomingVideoOptions;
outgoingVideoOptions
Set or set the OutgoingVideoOptions that should be taken in count once the call start
@property (retain, nullable) ACSOutgoingVideoOptions * outgoingVideoOptions;
incomingAudioOptions
Incoming Audio options when accepting a call
@property (retain, nullable) ACSIncomingAudioOptions * incomingAudioOptions;
outgoingAudioOptions
Outgoing Audio options when accepting a call
@property (retain, nullable) ACSOutgoingAudioOptions * outgoingAudioOptions;
callKitRemoteInfo
CXHandle and Display Name for the Remote participant while using callKit.
@property(nullable) ACSCallKitRemoteInfo* callKitRemoteInfo;