IsVideoMuted

Determines whether the player has stopped receiving the video stream.

bool IsVideoMuted() const
Since
Available since v4.5.1.
Note: IsVideoMuted is only effective when the RTE URL is opened.

Return Values

  • true: The player has stopped receiving the video stream.
  • false: The player is still receiving the video stream.