Urgent help needed
I have enabled authentication on our Jitsi Server. We need to embed jitsi in one of our App and we are trying to see how we can pass the user name and Password so that the pop up can be avoided
Please guide
Thanks
Naveen
Urgent help needed
I have enabled authentication on our Jitsi Server. We need to embed jitsi in one of our App and we are trying to see how we can pass the user name and Password so that the pop up can be avoided
Please guide
Thanks
Naveen
Look into using JWT: lib-jitsi-meet/tokens.md at master · jitsi/lib-jitsi-meet · GitHub.
You can define the tokenAuthUrl
option in your config.js
. That url will be called while joining a meeting and should point to a token service (that you need to deploy yourself). It should redirect the user back to the meeting page with proper ?jwt=...
in the url.