RemoteVideoStreamsEvent Class

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

public class RemoteVideoStreamsEvent

Information about remote video streams added or removed

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<RemoteVideoStream> getAddedRemoteVideoStreams()

Remote video streams that have been added to the current call

List<RemoteVideoStream> getRemovedRemoteVideoStreams()

Remote video streams that are no longer part of 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.

getAddedRemoteVideoStreams

public List getAddedRemoteVideoStreams()

Remote video streams that have been added to the current call

getRemovedRemoteVideoStreams

public List getRemovedRemoteVideoStreams()

Remote video streams that are no longer part of the current call

Applies to