LocalVideoStreamsUpdatedEvent Class

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

public class LocalVideoStreamsUpdatedEvent

Describes a LocalVideoStreamsUpdated 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<LocalVideoStream> getAddedStreams()

List of LocalVideoStream that were added

List<LocalVideoStream> getRemovedStreams()

List of LocalVideoStream that were removed

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.

getAddedStreams

public List getAddedStreams()

List of LocalVideoStream that were added

getRemovedStreams

public List getRemovedStreams()

List of LocalVideoStream that were removed

Applies to