Files
jitsi-meet/react/features/mobile/incoming-call/components/index.js
Saúl Ibarra Corretgé ea22d12581 [Android] Introduce IncomingCallView
It's a separate view (on the native side) and app (on the JavaScript side) so
applications can use it independently.

Co-authored-by: Shuai Li <sli@atlassian.com>
Co-authored-by: Pawel Domas <pawel.domas@jitsi.org>
2018-07-18 22:47:18 -05:00

3 lines
130 B
JavaScript

export { default as IncomingCallApp } from './IncomingCallApp';
export { default as IncomingCallPage } from './IncomingCallPage';