ACSVideoDevicesUpdatedEventArgs クラス
宣言
@interface ACSVideoDevicesUpdatedEventArgs : NSObject;
説明
VideoDevicesUpdated イベント データについて説明します
メソッド
プロパティ
addedVideoDevices
ビデオ デバイス現在の通話に追加されたビデオ ストリームのリモート
@property (copy, nonnull, readonly) NSArray<ACSVideoDeviceInfo *> * addedVideoDevices;
removedVideoDevices
現在の通話に追加されたリモート ビデオ ストリーム
@property (copy, nonnull, readonly) NSArray<ACSVideoDeviceInfo *> * removedVideoDevices;