jiti-meet/react/features/app
Saúl Ibarra Corretgé 8d11b3024e [iOS] Add initial CallKit support
This commit adds initial support for CallKit on supported platforms: iOS >= 10.

Since the call flow in Jitsi Meet is basically making outgoing calls, only
outgoing call support is currently handled via CallKit.

Features:
 - "Green bar" when in a call.
 - Native CallKit view when tapping on the call label on the lock screen.
 - Support for audio muting from the native CallKit view.
 - Support for recent calls (audio-only calls logged as Audio calls, others show
   as Video calls).
 - Call display name is room name.
 - Graceful downgrade on systems without CallKit support.

Limitations:
 - Native CallKit view cannot be shown for audio-only calls (this is a CallKit
   limitaion).
 - The video button in the CallKit view will start a new video call to the same
   room, and terminate the previous one.
 - No support for call hold.
2017-09-28 16:36:39 -05:00
..
components [iOS] Add initial CallKit support 2017-09-28 16:36:39 -05:00
actionTypes.js [RN] Naming 2017-06-09 14:51:31 -05:00
actions.js [RN] Report loadConfigError with locationURL to the SDK consumers 2017-09-06 20:34:46 -05:00
functions.native.js [RN] Prepare to display BlankPage more 2017-09-02 13:26:06 -05:00
functions.web.js Remove duplication 2017-09-01 23:55:25 -05:00
index.js Invite URL w/o (hash & query/search) params 2017-06-01 21:04:31 -05:00
middleware.js [RN] Create tracks right when they are required 2017-08-22 07:28:19 -05:00
reducer.js Fixes jsdocs, formatting 2017-07-26 15:54:57 -05:00