Hello everyone,
I have successfully integrated jitsi iframe in my web-app (using the Jitsi servers not self-hosted servers).
The problem is that when user starts a video-conference in my app , he gets this screen:
What I would like is to automatically join the meeting in the browser(3rd option) because otherwise, it wouldn’t make sense if the user gets the option of launching the video-conference in the Jitsi app(1st or 2nd) option.
I have used this but it had no effect:
MOBILE_APP_PROMO: false
Thank you.