mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-03-18 09:30:19 +00:00
Looks like custom-scheme links no longer work in all browsers. They do on Firefox, but the don't in Chrome and other default browsers. So, switch to intent links on Android: https://developer.chrome.com/multidevice/android/intents Example: ``` <a href="intent://meet.jit.si/test123#Intent;scheme=org.jitsi.meet;package=org.jitsi.meet;end">Open Jitsi Meet</a> ```