ACSVideoDevicesUpdatedEventArgs Class
Declaration
@interface ACSVideoDevicesUpdatedEventArgs : NSObject;
Description
Describes a VideoDevicesUpdated event data
Methods
Properties
addedVideoDevices
Video devicesRemote video streams that have been added to the current call
@property (copy, nonnull, readonly) NSArray<ACSVideoDeviceInfo *> * addedVideoDevices;
removedVideoDevices
Remote video streams that have been added to the current call
@property (copy, nonnull, readonly) NSArray<ACSVideoDeviceInfo *> * removedVideoDevices;