setVideoMute

open fun setVideoMute(context: Context, accountID: String, callID: Int, mute: Boolean)

Mutes and Un-Mutes video for a call. If the call does not exist or has been terminated, a disconnected state will be sent to onCallState

Parameters

context

application context

accountID

account ID

callID

call ID

mute

whether to mute or un-mute the video