setMute

actual fun setMute(shouldMute: Boolean): Boolean
expect fun setMute(shouldMute: Boolean): Boolean

Mutes or unmutes the local microphone.

Return

true if the operation succeeded.

actual fun setMute(shouldMute: Boolean): Boolean