RemoteVideoStream Class

public class RemoteVideoStream extends IncomingVideoStream

Video stream on remote participant

Method Summary

Modifier and Type Method and Description
void addOnStateChangedListener(VideoStreamStateChangedListener listener)

Adds the specified listener to receive OnStateChanged events. Listener used to know the video stream state

boolean isAvailable()

True when remote video stream is available.

void removeOnStateChangedListener(VideoStreamStateChangedListener listener)

Removes the specified listener to receive OnStateChanged events. Listener used to know the video stream state

Inherited Members

Method Details

addOnStateChangedListener

public void addOnStateChangedListener(VideoStreamStateChangedListener listener)

Adds the specified listener to receive OnStateChanged events. Listener used to know the video stream state

Parameters:

listener

isAvailable

public boolean isAvailable()

True when remote video stream is available.

removeOnStateChangedListener

public void removeOnStateChangedListener(VideoStreamStateChangedListener listener)

Removes the specified listener to receive OnStateChanged events. Listener used to know the video stream state

Parameters:

listener

Applies to