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

Dial-in phone number options when using default meet.jit.si server #28

Closed
adamzea opened this issue Jul 9, 2020 · 2 comments
Closed
Labels
enhancement New feature or request

Comments

@adamzea
Copy link

adamzea commented Jul 9, 2020

It looks like there are some API endpoints for pulling plain-old-telephone numbers that can allow users to dial-in to the conference call. Maybe those could be used to include "join by telephone" numbers in the meeting notes below the join-meeting URL.

https://jitsi.org/api/

Adding a one-tap number
The next step does a couple of API calls but still no authentication or authorization necessary. Let’s say that in every event you want to add a one tap dial-in number that looks like this:
+1 209-844-4600,,1366520583#
In order to do that you need to run this API call first:
https://api.jitsi.net/phoneNumberList?conference=SuccessivePortsCompeteMeanwhile@conference.meet.jit.si
This will return all the phone numbers that can be used to join this meeting and the first one will always be the one we detected as closest to the endpoint that did the call. We run this on in the browser so that we can get a number that matches the location of the user.
The second call you might want to do is one that will give you the pin code for the meeting:
https://api.jitsi.net/conferenceMapper?conference=some-id-you-like@conference.mycompany.meet.jit.si
With that you get the pin.
And that’s all! Let us know if you have any questions or if you want to jump on a call and talk about this!

I don't even know if it's possible to recognize if a self-hosted Jitsi Meet server has the dial-in capability installed, which is why this suggestion is only for when using the default meet.jit.si server.

@timetheoretical
Copy link
Owner

Thanks for pointing this out. This would be nice to include.

I don't even know if it's possible to recognize if a self-hosted Jitsi Meet server has the dial-in capability installed, which is why this suggestion is only for when using the default meet.jit.si server.

At least the way I've structured the add-on for now, there is no actual communication with the Jitsi server. The plugin only generates a url.

As mentioned in #30, I do not have much time to spend on this in the nearer future. But I will add this as a longer-term goal.

@timetheoretical timetheoretical added the enhancement New feature or request label Aug 9, 2020
@timetheoretical
Copy link
Owner

This was implemented in version 0.7.0, see #58.

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

No branches or pull requests

2 participants