Remove Participant - Prebuilt
This feature will allow any participant to remove other participant in the meeting.
How it works ?
- When removeParticipantvalue is set totrue, you will be able to see remove participant icon in participants panel. By clicking you will be able to remove the participant from meeting.

Remove Participant attributes
index.html
const config = {
  // ... other configuration
  permissions: {
    // ... other permissions
    removeParticipant: true,
  },
  // ...
};
Got a Question? Ask us on discord

