Skip to main content
Version: 0.3.x

Remove Participant - Prebuilt

This feature will allow any participant to remove other participant in the meeting.

How it works ?

  • When removeParticipant value is set to true, 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 button

Remove Participant attributes

index.html
const config = {
// ... other configuration
permissions: {
// ... other permissions
removeParticipant: true,
},
// ...
};

Got a Question? Ask us on discord