You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my use case, someone is responsible for running the video call and is the only one able to end it. However, I'd like to make sure that he can end it but not leave it with everybody else still in the meeting (that wouldn't make sense in my case). How can I have the option to end the meeting without the option to leave it?
My options are as follows:
participantCanLeave: false, // Cannot leave without ending the meeting
permissions: {
endMeeting: true,
},
The text was updated successfully, but these errors were encountered:
In my use case, someone is responsible for running the video call and is the only one able to end it. However, I'd like to make sure that he can end it but not leave it with everybody else still in the meeting (that wouldn't make sense in my case). How can I have the option to end the meeting without the option to leave it?
My options are as follows:
The text was updated successfully, but these errors were encountered: