mutedAudio

abstract fun mutedAudio(isMute: Boolean)

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

Parameters

isMute

True to mute the audio, false to unmute.