ACSCallOptions クラス
宣言
@interface ACSCallOptions : NSObject;
説明
ビデオオーディオのオプションを保持します
メソッド
プロパティ
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;