From 01fc098d4b8b6f03b10bec8c8cc4325bb123495c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Mon, 11 May 2020 14:06:22 +0200 Subject: [PATCH] prejoin: fixup mobile Avoid importing components, which are not yet implemented on mobile. --- react/features/prejoin/functions.js | 24 +++++++++---------- .../toolbox/components/AudioMuteButton.js | 2 +- .../toolbox/components/VideoMuteButton.js | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/react/features/prejoin/functions.js b/react/features/prejoin/functions.js index d626df046..d007c677e 100644 --- a/react/features/prejoin/functions.js +++ b/react/features/prejoin/functions.js @@ -93,7 +93,7 @@ export async function getAllPrejoinConfiguredTracks(state: Object): Promise