Hello!
We are using a website (pwa) with permissions to go to certains pages which themselves open Jitsi lounges, hosted on our own server.
Everything works fine unless a user goes through a tablet or a smartphone! At this point, on the page, a window appears asking to download the Jitsi meet application.
I would therefore like to deactivate mobile detection, forcing it to go directly through a browser and our site. And there must necessarily be on my server, in the configuration file, a way to deactivate this detection.
Thank you for helping me
Welcome to the comunity.
In config.js, set:
disableDeepLinking: true,
Awesome, thank you very much