Skip to main content

End Meeting

This feature allows any participant to end meeting.

How it works ?

  • When endMeeting value is set to true, you will be able to see options as displayed in image below. Ending the meeting makes all participants leave the meeting.

End meeting button

End Meeting attributes

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

Got a Question? Ask us on discord