Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot have the option to end the meeting without the option to leave the meeting #14

Open
killianhuyghe opened this issue Jan 12, 2022 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@killianhuyghe
Copy link

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,
  },
@ChintanRajpara
Copy link
Contributor

Hey, @killianhuyghe

If the arguments you mentioned what whould be displayed over there

  1. end call button that will directly end the meeting on end button click ?
    or
  2. display dropdown menu on end button click without leave meeting option ?

@arjun-kava arjun-kava added enhancement New feature or request help wanted Extra attention is needed labels Jan 12, 2022
@killianhuyghe
Copy link
Author

Either solutions would be fine. Solution 1 should be enough as long as the warning that the meeting is going to be ended for all participants remains.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants