Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src/Room.vue: buttons to join via App (desktop and mobile) #12

Merged
merged 4 commits into from
Nov 3, 2022

Conversation

t-lo
Copy link
Contributor

@t-lo t-lo commented Sep 29, 2022

This change adds 2 buttons at the bottom of the Room page which allow users to join a Jitsi room via the Jitsi Desktop app and the Jitsi Mobile app, respectively.

The change moves calculations of the corresponding join URLs into computed() as the button URLs are required when the page loads. Joining with the desktop app requires the URL to be prefixed with jitsi-meet://, while the mobile app requires http[s]://.

The "Join using the Jitsi App" section was updated to provide help for joining with the Jitsi app. The calculated join HTTPS URL is re-used there; a user may fall back to pasting this URL into the Jitsi app should the buttons not work for them.

Tested on Linux (Fedora 36) with Chrome (106.0.0.0) and Firefox (105.0), on Windows 11 with Edge (105.0.1343.53) and Firefox (104.0), and on Android 12 with Firefox (105.0) and Chrome (105.0.0.0).

Resolves #8 .

Screenshots

PC

nextcloud-jitsi

Android

nextcloud-jitsi-mobile

This change adds 2 buttons at the bottom of the Room page which allow
users to join a Jitsi room via the Jitsi Desktop app and the Jitsi
Mobile app, respectively.

The change moves calculations of the coresponding join URLs into
`computed()` as the button URLs are required when the page loads.
Joining with the desktop app requires the URL to be prefixed with
`jitsi-meet://`, while the mobile app requires `http[s]://`.

The "Join using the Jitsi App" section was updated to provide help for
joining with the Jitsi app. The calculated join HTTPS URL is re-used
there; a user may fall back to pasting this URL into the Jitsi app
should the buttons not work for them.

Signed-off-by: Thilo Fromm <thilo.alexander@gmail.com>
@t-lo t-lo mentioned this pull request Sep 29, 2022
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
@t-lo
Copy link
Contributor Author

t-lo commented Oct 10, 2022

Rebased on latest master.

@cerebrux cerebrux merged commit 33cfd45 into nextcloud:master Nov 3, 2022
@weeman1337
Copy link
Member

Oh - next time please assign me as reviewer. Otherwise I may miss the notifications.

@weeman1337
Copy link
Member

I may open another PR soon to tweak some points…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deeplink to Jitsi App
4 participants