Problem:
Hello, I’d like to enable mobile devices on Jitsi
a user said me this:
edit file /usr/share/jitsi-meet/libs/app.bundle.min.js
from:
if(“android”===n||“ios”===n)
to:
if(false && (“android”===n||“ios”===n))
but…
there’s not that line of code in that file, maybe there was in older versions…
anyone could have an idea on how to do it?
P.S. using desktop mode on mobile interface is really small, but enabling full screen the page is quite perfect for mobile, so that’s why I’d like to let also this to be possible.
Talking from memory but that line has changed somehow… now it’s something like if(“android”===n.OS||“ios”===n.OS)
If you search for if(“android”=== you’ll find it.
We do something similar in one of our deploys.
If you want all devices to work as desktop web pages…
function i(){return false; return"android"===r.a.OS||“ios”===r.a.OS}
The function will always return false and so the device will never be detected as Android or iOS.
This change should take effect immediately unless your server has some kind of cache… in that case I cannot help you in a forum.
Remember that everytime you update jitsi, that file is updated, I think it’s a lot better if you fork from source and build with your modification.
@damencho why don’t you add a feature editable directly from main settings?
I think that client app must be advised but not forced. Specially in a moment where PWA are arising on popularity
I’m also trying to get it to work in the browser, i just installed JitSi YESTERDAY on my own server using APT, but when i try to use it from phone it forces me to get the app, but i want it to work in the phone browser WITHOUT downloading the app.
In android browser jitsi-meet is working, but in iPhone browser it is not working(not able to turn on audio and video)
When i am click on video icon, it showing “failed to access your camera”