isVideoMuted
Determines whether the player has stopped receiving remote video streams.
public boolean isVideoMuted()
- Since
- Available since v4.4.0.
Note: The isVideoMuted API is only valid when opening an RTE URL.
Return Values
- true: The player has stopped receiving remote video streams.
- false: The player is still receiving remote video streams.