-
Notifications
You must be signed in to change notification settings - Fork 36
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
Open a conference in a new tab #79
base: master
Are you sure you want to change the base?
Open a conference in a new tab #79
Conversation
Hi @henrybrink , |
Yes @SergioComeron, |
While Jitsi really seems to have no support passing the url for the avatar via the URL, it is however supported via the JWT-Token, so when an application is using JWT the avatar will displayed in the conference regardless of the mode the user is viewing the conference. The avatar will even get loaded, when the Server is not accepting the JWT-Token, like meet.jit.si, but then the user can't join the room because of the invalid authentication. |
Hi @henrybrink , |
Sorry, |
Okay, no problem. I also had some issues while testing this. |
Hi, is there any update to this PR? Does anything need to be implemented in order to be accepted into the main repo? In our case we need that feature cause our weblogin has a CSP rule which blocks the iframe rendering. |
hi aczerzuh, |
This change is introducing the issue desribed in #78