Class RemoteVideoStream
- Object
-
- CallVideoStream
-
- IncomingVideoStream
-
- RemoteVideoStream
-
public final class RemoteVideoStream extends IncomingVideoStream
Video stream on remote participant
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
addOnStateChangedListener(VideoStreamStateChangedListener listener)
Adds the specified listener to receive OnStateChanged events.boolean
isAvailable()
Deprecated.Use RemoteVideoStream.getState() insteadvoid
removeOnStateChangedListener(VideoStreamStateChangedListener listener)
Removes the specified listener to receive OnStateChanged events.-
Methods inherited from class IncomingVideoStream
getParticipantSourceId
-
Methods inherited from class CallVideoStream
finalize, getDirection, getId, getMediaStreamType, getSourceType, getState, getType
-
-
-
-
Method Detail
-
isAvailable
@Deprecated public boolean isAvailable()
Deprecated.Use RemoteVideoStream.getState() insteadTrue when remote video stream is available.
-
addOnStateChangedListener
public void addOnStateChangedListener(VideoStreamStateChangedListener listener)
Adds the specified listener to receive OnStateChanged events. Listener used to know the video stream state
-
removeOnStateChangedListener
public void removeOnStateChangedListener(VideoStreamStateChangedListener listener)
Removes the specified listener to receive OnStateChanged events. Listener used to know the video stream state
-
-