igniterealtime / openfire-ofmeet-plugin

Provides an HTTP Online Meeting solution for Openfire using Jitsi Meet.
Apache License 2.0
47 stars 44 forks source link

Expose property MOBILE_APP_PROMO of interface_config in openfire admin #66

Open deleolajide opened 6 years ago

deleolajide commented 6 years ago

Mobile users are forced to the mobile app instead of being able to use the mobile browser. Now that all browsers support webrtc, this should be configurable

See https://discourse.igniterealtime.org/t/using-ofmeet-on-browser-android/81745

guusdk commented 6 years ago

Although I'm happy to add the property, this suggests that it does not have the effect that you're after: http://lists.jitsi.org/pipermail/dev/2017-May/033483.html

deleolajide commented 6 years ago

Yes it does not as I found that out too. For now, I have hacked jitsi meet to remove it

https://github.com/jitsi/jitsi-meet/blob/eb19f94598488fd64cc2be322f97b4f63c43d5c2/react/features/deep-linking/functions.js

Android works fine, but IOS is only doing audio. The new UI look seems preffered to mobile.

I think we should delay any work on this until mobile browsers are supported properly.