I have hosted a jitsi server using recommended docker installation guide and using React SDK for rendering UI. When I try to open the app in chrome's mobile view I am getting the below page.
I want to render this meeting in an IOS app using webview where I am getting this screen.
I went through some solutions and modified my custom-config.js to disableDeepLinking: true, Tried with the option to pass in URL as #config.disableDeepLinking=true and also changed the configOverRide object
configOverwrite={{ disableDeepLinking: true }}
but nothing is working. Can anyone suggest anything?