Hi Team,
- We have a jitsi cluster with JWT token / affiliation setup
- when we click on invite someone , How can we create a jwt token on fly and show it in
share it in meeting link to invite others
ox
Hi Team,
share it in meeting link to invite others
Tokens are not supposed to be shared.
@damencho thanks for the response , i will be masking the token by short links , but is it possible to show the link by calling my external app ?
Check configs there was something about invite url.
Set your external app url in tokenAuthUrl
in config; then when a user joins a meeting without a token they will be redirected to your external app and you can redirect then back to the same room with jwt attached.