RemoteVideoStream Class
- java.
lang. Object - CallVideoStream
- IncomingVideoStream
- com.
azure. android. communication. calling. RemoteVideoStream
- com.
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:
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: