enableWebcam

This method can be used to request a remote participant to enable their webcam.

When called on a remote participant, a webcam-enable request is sent. The remote participant will receive a onWebcamRequested callback and can accept or reject the request.

Note: This method has no effect when called on the local participant. Use enableWebcam instead.

Code Example:


// Request a remote participant to turn on their webcam
participant.enableWebcam()

See also

Meeting.enableWebcam()

MeetingEventListener.onWebcamRequested()