muteVideo

Starts or stops receiving remote video stream.

public void muteVideo(boolean mute) throws RteException
Since
Available since v4.4.0.

Timing

You must call this method after calling openWithUrl.

Parameters

mute
Whether to receive the remote video stream:
  • true: Do not receive remote video stream.
  • false: Receive remote video stream.

Exceptions

When the method call fails, the SDK throws an RteException with the corresponding error information. You need to catch and handle the exception.