Unable to have only one moderator when using external API ?
See original GitHub issueHello,
I am developping a platform where Alzheimer patients can meet and discuss, under the supervision of a “moderator”. To that end, I’m trying to embed Jitsi Meet with the external API provided (see https://github.com/jitsi/jitsi-meet/blob/master/doc/api.md).
However, I can’t figure out how to not grant “moderator” rights to a specific user. Every user is automatically moderator, no matter when he joins the room.
Is there another command that the following one : var api = new JitsiMeetExternalAPI(domain, room, width, height, htmlElement);
allowing the user to join (and not “create”/be moderator) a certain conference ?
Thank you
Issue Analytics
- State:
- Created 6 years ago
- Reactions:4
- Comments:19 (8 by maintainers)
Top Results From Across the Web
Set role for meeting participants with API
We are working on an option where you will have a single moderator in a meeting which can grants moderator permissions through the...
Read more >POSTing to external API throws CORS but it works from Postman
I use node-fetch to make api calls. Error: Access to fetch at 'https://api.imgur.com/3/image' from origin 'http://localhost:3000' has been ...
Read more >Fix common issues with group settings - Google Workspace ...
Can't manage group members · Sign in to Google Groups. · Click the name of a group. · On the left, click Group...
Read more >External API call support in Office Scripts - Microsoft Learn
Calls to external APIs can only be made through the Excel application, not through Power Automate under normal circumstances. External calls are ...
Read more >IFrame API | Jitsi Meet - GitHub Pages
To enable the Jitsi Meet API in your application you must use one of the ... This works with custom servers too, just...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I see. I discussed this with @damencho and your config looks ok, so we’ll need to dig deeper. It may take us a bit of time to do so though.
The only way to do that is to enable authentication https://github.com/jitsi/jicofo#secure-domain. There will be host which is username/password authenticated user and guests cannot join till the host is available. The host will be modertor.