enableRemoteVideo

fun enableRemoteVideo(participantName: String, isEnabled: Boolean)

Enables/disables the remote video of the participant specified by participantName.

Parameters

participantName

Name of the participant whose video is to be enabled/disabled.

isEnabled

True to enable the video, false otherwise.