jiti-meet/react/features/base/util
Saúl Ibarra Corretgé e729f0948c android: fix deep-linking from web
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>
```
2019-02-01 09:30:09 +01:00
..
helpers.js ref(utils): use web reportError helper (#3283) 2018-07-21 08:16:32 -07:00
httpUtils.js improve invite error handling (#2649) 2018-03-23 09:37:04 -07:00
index.js improve invite error handling (#2649) 2018-03-23 09:37:04 -07:00
loadScript.native.js [RN] Add a timeout for loading the configuration 2017-12-05 21:07:15 -06:00
loadScript.web.js [RN] Add a timeout for loading the configuration 2017-12-05 21:07:15 -06:00
randomUtil.js [RN] Add a timeout for loading the configuration 2017-12-05 21:07:15 -06:00
timeoutPromise.js [RN] Add a timeout for loading the configuration 2017-12-05 21:07:15 -06:00
uri.js android: fix deep-linking from web 2019-02-01 09:30:09 +01:00