fix(rn) fix broken mobile build

Importing the entire feature triggers web UI imports.
This commit is contained in:
Saúl Ibarra Corretgé 2021-12-11 15:22:03 +01:00 committed by Saúl Ibarra Corretgé
parent 22d782f61f
commit df3545d287
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import {
showWarningNotification
} from '../../notifications';
import { isForceMuted } from '../../participants-pane/functions';
import { isScreenMediaShared } from '../../screen-share';
import { isScreenMediaShared } from '../../screen-share/functions';
import { SET_AUDIO_ONLY, setAudioOnly } from '../audio-only';
import { isRoomValid, SET_ROOM } from '../conference';
import { getLocalParticipant } from '../participants';