hi. how can i disable this “please download the app” message ?
if i set MOBILE_APP_PROMO to false i get this “videochat isnt avalible” message in crome on mobile.
on https://github.com/jitsi/jitsi-meet/issues/1662 somebody says that i should replace
if (“android” === e || “ios” === e)
with
if (false && “android” === e || “ios” === e)
but besides that editing a file that has no linefeeds is a pain i only find a part thats says :
if(“android”===t||“ios”===t)
and i made a
if(false && “android”===t||“ios”===t)
but didnt worked. but also dont know whats the difference between “e” and “t” …
i know u guys dont support it and u seem not to like it, but i want to use jitsi meet on android phones where its not allowed to install apps but theres is chrome by default. might not be perfect but better than nothing
any help would be appreciated
regards