disable Webcam
This method can be used to request a remote participant to disable their webcam.
When called on a remote participant, the remote participant's webcam will be disabled without requiring their consent.
Note: This method has no effect when called on the local participant. Use disableWebcam instead.
Code Example:
// Disable a remote participant's webcam
participant.disableWebcam()
Content copied to clipboard
See also
Meeting.disableWebcam()