Mic Controls - Prebuilt
Different mic control permissions allows participant to enable/disable their own mic and other participant's mic too & also can set default participant's mic settings, when meeting start.
How it works ?
- 
While participantCanToggleSelfMicvalue is set totrue, you can enable/disable your own mic as display in below image.
- 
While participantCanToggleSelfMicvalue is set tofalse, the below mic button will not appear.

Mic Attributes
- micEnabled: Default mic setting for meeting joinee, true enables mic & false disable mic.
- participantCanToggleSelfMic: Allow participant to enable/disable their own mic.
index.html
const config = {
  // ...
  micEnabled: true,
  participantCanToggleSelfMic: true,
  // ...
};
Got a Question? Ask us on discord

