VideoDevicesUpdatedEvent Class
- java.
lang. Object - com.
azure. android. communication. calling. VideoDevicesUpdatedEvent
- com.
public class VideoDevicesUpdatedEvent
Describes a VideoDevicesUpdated event data
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| void |
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. |
|
List<Video |
getAddedVideoDevices()
Video devicesRemote video streams that have been added to the current call |
|
List<Video |
getRemovedVideoDevices()
Remote video streams that have been added to the current call |
Method Details
finalize
protected void finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
getAddedVideoDevices
public List<VideoDeviceInfo> getAddedVideoDevices()
Video devicesRemote video streams that have been added to the current call
getRemovedVideoDevices
public List<VideoDeviceInfo> getRemovedVideoDevices()
Remote video streams that have been added to the current call