zulip / zulip-flutter

Upcoming Zulip mobile apps for Android and iOS, using Flutter
Apache License 2.0
197 stars 191 forks source link

Open self hosted Jitsi URLs directly in mobile app #1043

Open laurynmm opened 2 weeks ago

laurynmm commented 2 weeks ago

Feature request for Jitsi video call integration when implemented, originally submitted in https://github.com/zulip/zulip/issues/32178:

We are running Zulip Server 9.2, and we have users using a mix of desktop and mobile apps (both Android and iOS).

Currently, clicking on a video /audio call link in the Zulip mobile app causes the link to be opened first in a browser, which then presents the option to open the link in the Jitsi mobile app. There is a way to open the URL directly in the Jitsi app bypassing the browser on the mobile device, however this only works with the official Jitsi URLs. There does not appear to be a way to currently do this with self hosted Jitsi installations.

Would it be possible to modify the URL generated within the Zulip chat in the context of mobile apps, to generate the link such that the link is opened directly in the Jitsi app?

Reference: https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-iframe/#opening-meetings-in-the-jitsi-meet-app

Relevant CZO discussion

jeremy-walker commented 2 weeks ago

Hi @laurynmm and @gnprice, I appreciate and thank you for considering this request (I am the OP). Please let me know if I can help (test?) in any way.