I’ve implemented Jitsi in my app using JitsiMeetView inside an activity. When i try to join a meeting with a token(JWT), it always prompt the popup window and require a login.
The same token works fine if used by web (i.e. https://domain/roomName?jwt=token).
I’m for shure missing some settings (Client/Server Side).
Thanks for reading and any reply is appreciated.
Alex
PS:
I’m using the latest version of jitsi on server and version 7.0.1 of the SDK