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

Writing a Jitsi proxy #5

Open
dusan-turajlic opened this issue Jan 11, 2021 · 0 comments
Open

Writing a Jitsi proxy #5

dusan-turajlic opened this issue Jan 11, 2021 · 0 comments
Assignees

Comments

@dusan-turajlic
Copy link
Member

The plan is to use jitsi as the video call system in the baby project. But we don’t want it to be required to have your own Jitsi server because the public Jitsi servers do not allow cross-origin requests.

So what can we do? The idea is to create a proxy that can do a bit more than proxying, something where we can add our own access control on top of.

How are we gonna do this? Well, that is kinda the question. Jitsi has a low-level javascript library for creating custom UIs jitsi/lib-jitsi-meet and we need to try and make the example in that project work with our proxy.

A library that might be useful and could be the solution to out entier problem Spring Cloud Gateway

Try that one or another one, the goal of this issue is to have a working jitsi example client thag connects fo a public Jitsi server through a proxy

@dusan-turajlic dusan-turajlic self-assigned this Jan 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant