VideoDevicesUpdatedEvent Class

  • java.lang.Object
    • com.azure.android.communication.calling.VideoDevicesUpdatedEvent

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<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

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 getAddedVideoDevices()

Video devicesRemote video streams that have been added to the current call

getRemovedVideoDevices

public List getRemovedVideoDevices()

Remote video streams that have been added to the current call

Applies to