次の方法で共有


ACSVideoDevicesUpdatedEventArgs クラス

宣言

@interface ACSVideoDevicesUpdatedEventArgs : NSObject;

Description

VideoDevicesUpdated イベント データについて説明します

Methods

プロパティ

追加ビデオデバイス

ビデオデバイス現在の通話に追加されたリモートビデオストリーム

@property (copy, nonnull, readonly) NSArray<ACSVideoDeviceInfo *> * addedVideoDevices;

削除されたビデオデバイス

現在の通話に追加されたリモート ビデオ ストリーム

@property (copy, nonnull, readonly) NSArray<ACSVideoDeviceInfo *> * removedVideoDevices;