Android/Ios app requires full URL
See original GitHub issueThis Issue tracker is only for reporting bugs and tracking code related issues.
Before posting, please make sure you check community.jitsi.org to see if the same or similar bugs have already been discussed. General questions, installation help, and feature requests can also be posted to community.jitsi.org.
Description
The Room/URL input box on the app doesn’t correctly parse URLs.
Current behavior
When you put in for example meet.google.com/roomname
, you connect to roomname
on the default jitsi server.
This can be worked around by prepending https://
which then connects correctly.
Expected Behavior
connect to roomname on the meet.google.com server
Possible Solution
Try to ping/handshake with the uri up to the first /
i.e. in this case the meet.google.com
server.
Steps to reproduce
Environment details
Android and IOS display this behavior.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:7 (3 by maintainers)
Top Results From Across the Web
ios - What is the impact of the "Requires full screen" option in ...
For an iPad-only app or a universal app, the "Requires full screen" option tells Xcode/iOS whether the app supports iPad multitasking ...
Read more >Turn Any Website into a Full-Screen App on Your iPhone
Required. iOS 14: The shortcut is optimized for iOS 14. · Step 1Add the 'URL App' Shortcut · Step 2Get the URL of...
Read more >Defining a custom URL scheme for your app - Apple Developer
Custom URL schemes provide a way to reference resources inside your app. Users tapping a custom URL in an email, for example, launch...
Read more >Complete List of iOS URL Schemes for Apple Apps ... - Medium
Complete List of iOS URL Schemes for Apple Apps and Services (Always-Updated). The most exhaustive list of Apple iOS app schemes on the...
Read more >[GA4] Set up Analytics for a website and/or app - Google Support
Click Next to add the first property to the account. Create a new Google Analytics 4 property. You need the Editor role to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is indeed a bug. We should be able to infer the URL scheme even if omitted.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.