Class 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 call
      List<VideoDeviceInfo> getRemovedVideoDevices()
      Remote video streams that have been added to the current call
      • Methods inherited from class Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 class 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