jiti-meet/react/features/mobile
paweldomas 54c36198d0 fix(mobile/call-integration): cleanup if leave takes too long
The conference disconnection process is asynchronous which means there's
no guarantee that there will be CONFERENCE_LEFT event for the old
conference, before the next conference is joined. Because of that we can
end up with two simultaneous calls on the native side which is not
always supported. End the call on CONFERENCE_WILL_LEAVE to fix this
corner case.
2019-02-16 17:10:04 -08:00
..
audio-mode audio-mode: don't change the mode unless there is no active conference 2019-02-14 10:20:45 +01:00
background feat(App): refactor App and split it into BaseApp and App 2018-07-12 11:28:19 -05:00
call-integration fix(mobile/call-integration): cleanup if leave takes too long 2019-02-16 17:10:04 -08:00
external-api feat(external_api): export sendEvent function 2018-07-18 22:47:18 -05:00
full-screen [RN] Remove unused code 2019-02-06 14:27:25 +01:00
incoming-call ref(app): move initialization into componentDidMount 2019-01-02 10:02:04 +01:00
network-activity ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
permissions Reorganize calendar access request flow 2018-03-23 07:53:36 +01:00
picture-in-picture Replace console with logger 2018-08-05 17:04:19 -05:00
proximity ref(mobile/proximity): convert middleware to a state listener 2018-05-30 16:29:27 +02:00
wake-lock ref(mobile/wake-lock): convert middleware to a state listener 2018-05-30 16:29:27 +02:00