MuteVideo

Receives or stops receiving video streams.

bool MuteVideo(bool mute, Error *err = nullptr)
Since
Available since v4.4.0.

Timing

This method must be called after calling OpenWithUrl.

Parameters

mute
Whether to receive the video stream:
  • true: Do not receive the video stream.
  • false: Receive the video stream.
err
Output parameter, status or error information. See Error.

Return Values

true indicates the operation succeeds, false indicates the operation fails.