jiti-meet/react/features/mobile/call-integration
Saúl Ibarra Corretgé 58bd48c1ae android: disable ConnectionService if permissions are not granted
Some devices seem to have a bug in their Android versions and startCall fails
with SecurityError because the CALL_PHONE permissions is not granted. This is
not a requirement for self-managed connection services as per the official
documentation though:
https://developer.android.com/guide/topics/connectivity/telecom/selfManaged

Alas, connection services takes over audio device management too, so let's
handle the error and disable CS if we get SecurityError.
2019-11-27 14:33:25 +01:00
..
CallKit.js android: add ConnectionService 2019-01-31 17:20:53 +01:00
CallKitIcon.png android: add ConnectionService 2019-01-31 17:20:53 +01:00
ConnectionService.js android: add ConnectionService 2019-01-31 17:20:53 +01:00
actionTypes.js chore: use strings as action types 2019-03-21 14:47:55 +01:00
functions.js rn: add a new advanced settings section 2019-10-31 16:41:08 +01:00
index.js android: add ConnectionService 2019-01-31 17:20:53 +01:00
middleware.js android: disable ConnectionService if permissions are not granted 2019-11-27 14:33:25 +01:00
reducer.js android: add ConnectionService 2019-01-31 17:20:53 +01:00