ACSCallOptions 類別
宣告
@interface ACSCallOptions : NSObject;
Description
保留音訊的視訊選項
方法
屬性
incomingVideoOptions
設定或設定呼叫開始后,應該在計數中取得的 IncomingVideoOptions
@property (retain, nullable) ACSIncomingVideoOptions * incomingVideoOptions;
outgoingVideoOptions
設定或設定呼叫啟動后,應該在計數中採用的 OutgoingVideoOptions
@property (retain, nullable) ACSOutgoingVideoOptions * outgoingVideoOptions;
incomingAudioOptions
接受通話時的內送音訊選項
@property (retain, nullable) ACSIncomingAudioOptions * incomingAudioOptions;
outgoingAudioOptions
接受通話時的傳出音訊選項
@property (retain, nullable) ACSOutgoingAudioOptions * outgoingAudioOptions;
callKitRemoteInfo
使用 callKit 時,遠端參與者的 CXHandle 和顯示名稱。
@property(nullable) ACSCallKitRemoteInfo* callKitRemoteInfo;