次の方法で共有


ACSVideoOptions クラス

宣言

DEPRECATED_MSG_ATTRIBUTE("Use incomingVideoOptions and outgoingVideoOptions instead") @interface ACSVideoOptions : NSObject;

説明

ビデオ オプションのプロパティ バッグ クラス。 このクラスを使用して、通話中に必要なビデオ オプションを設定します (開始/受け入れ/参加)

メソッド

Init

開始後に呼び出しに追加される OutgoingVideoStream の配列を受け取ります。

-(instancetype)init:(NSArray<ACSLocalVideoStream *> *)localVideoStreams;

パラメーター

  • localVideoStreams -

Properties

localVideoStreams

UI 画面でビデオをレンダリングするために使用されるビデオ ストリーム

@property (copy, nonnull, readonly) NSArray<ACSLocalVideoStream *> * localVideoStreams;