disableMic

This method can be used to request a remote participant to disable their microphone.

When called on a remote participant, the remote participant's microphone will be disabled without requiring their consent.

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

Code Example:


// Disable a remote participant's mic
participant.disableMic()

See also

Meeting.muteMic()