mutedVideo

abstract fun mutedVideo(isMute: Boolean)

Mutes or unmutes the video stream based on the given flag.

Parameters

isMute

True to mute the video, false to unmute.