jiti-meet/react/features/mobile/callkit
Saúl Ibarra Corretgé 7fa941cb8c [iOS] Fix setting call type in CallKit
Your truly introduced this regression in
8c7a3f16b1, alas.

The audio only mode is used to set the CallKit call type. This affects the
behavior on the recent calls entries (calls are marked either as audio or video
calls).

Sync both at the start and for transitions. The previous code was working by
chance (in a way): when the CallKit UI is presented the local video is muted,
which triggers a SET_VIDEO_MUTED action, at which point the audio-only mode was
checked for. Now we are more explicit and act on SET_AUDIO_MUTED.
2018-06-20 08:42:30 -05:00
..
CallKit.js [iOS] Add initial CallKit support 2017-09-29 12:00:13 -05:00
CallKitIcon.png [iOS] Add icon for CallKit in-call UI 2017-10-11 09:15:44 -05:00
actionTypes.js [iOS] Add initial CallKit support 2017-09-29 12:00:13 -05:00
index.js [iOS] Add initial CallKit support 2017-09-28 16:36:39 -05:00
middleware.js [iOS] Fix setting call type in CallKit 2018-06-20 08:42:30 -05:00
reducer.js [iOS] Add initial CallKit support 2017-09-29 12:00:13 -05:00