선언
@interface ACSVideoDevicesUpdatedEventArgs : NSObject;
Description
VideoDevicesUpdated 이벤트 데이터를 설명합니다.
메서드
속성
추가된 비디오 장치
비디오 장치현재 통화에 추가된 원격 비디오 스트림
@property (copy, nonnull, readonly) NSArray<ACSVideoDeviceInfo *> * addedVideoDevices;
제거된 비디오 장치
현재 통화에 추가된 원격 비디오 스트림
@property (copy, nonnull, readonly) NSArray<ACSVideoDeviceInfo *> * removedVideoDevices;