Class VideoDevicesUpdatedEvent
- Object
-
- VideoDevicesUpdatedEvent
-
public final class VideoDevicesUpdatedEvent extends Object
Describes a VideoDevicesUpdated event data
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.List<VideoDeviceInfo>
getAddedVideoDevices()
Video devicesRemote video streams that have been added to the current callList<VideoDeviceInfo>
getRemovedVideoDevices()
Remote video streams that have been added to the current call
-
-
-
Method Detail
-
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.- Overrides:
finalize
in classObject
-
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
-
-