mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 12:47:47 +00:00
This "feature" has been dead (and most likely buggy) for years. The recommended way is for apps to implement their own incoming call handling and then call into the JitsiMeetActivity. We did not have those APIs back then.
12 lines
310 B
JavaScript
12 lines
310 B
JavaScript
// @flow
|
|
|
|
import '../mobile/audio-mode/reducer';
|
|
import '../mobile/background/reducer';
|
|
import '../mobile/call-integration/reducer';
|
|
import '../mobile/external-api/reducer';
|
|
import '../mobile/full-screen/reducer';
|
|
import '../mobile/watchos/reducer';
|
|
import '../shared-video/reducer';
|
|
|
|
import './reducers.any';
|