Class RemoteVideoStream


  • public final class RemoteVideoStream
    extends IncomingVideoStream
    Video stream on remote participant
    • Method Detail

      • isAvailable

        @Deprecated
        public boolean isAvailable()
        Deprecated.
        Use RemoteVideoStream.getState() instead
        True 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