question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to have only one moderator when using external API ?

See original GitHub issue

Hello,

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:closed
  • Created 6 years ago
  • Reactions:4
  • Comments:19 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
saghulcommented, Oct 17, 2018

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.

0reactions
damenchocommented, Mar 12, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found