ACSVideoDevicesUpdatedEventArgs 類別
宣告
@interface ACSVideoDevicesUpdatedEventArgs : NSObject;
Description
描述 VideoDevicesUpdated 事件數據
方法
屬性
addedVideoDevices
已新增至目前通話的視訊裝置Remote 視訊串流
@property (copy, nonnull, readonly) NSArray<ACSVideoDeviceInfo *> * addedVideoDevices;
removedVideoDevices
已新增至目前呼叫的遠端視訊串流
@property (copy, nonnull, readonly) NSArray<ACSVideoDeviceInfo *> * removedVideoDevices;