VideoStreamStateChangedEvent Class

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

public class VideoStreamStateChangedEvent

Contains Information about the CallVideoStream that it;s state has changed

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.

String getMessage()

Contains an important message about the functioning of the CallVideoStream.

CallVideoStream getStream()

CallVideoStream that it's state changed

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.

getMessage

public String getMessage()

Contains an important message about the functioning of the CallVideoStream.

getStream

public CallVideoStream getStream()

CallVideoStream that it's state changed

Applies to