End Meeting
This feature allows any participant to end meeting.
How it works ?
- When
endMeeting
value is set totrue
, you will be able to see options as displayed in image below. Ending the meeting makes all participants leave the meeting.
End Meeting attributes
index.html
const config = {
// ... other configuration
permissions: {
// ... other permissions
endMeeting: true,
},
// ...
};
Got a Question? Ask us on discord