From 1ad4ad5bb06ff58fc7a9fe11f8dd59edfc525867 Mon Sep 17 00:00:00 2001 From: Robert Long Date: Mon, 13 Dec 2021 15:27:49 -0800 Subject: [PATCH] Remove back button from lobby header --- src/Room.jsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/Room.jsx b/src/Room.jsx index c32862c0..dfb366cd 100644 --- a/src/Room.jsx +++ b/src/Room.jsx @@ -246,7 +246,6 @@ function RoomSetupView({ localVideoMuted, toggleLocalVideoMuted, toggleMicrophoneMuted, - hasLocalParticipant, setShowInspector, showInspector, roomId, @@ -263,10 +262,7 @@ function RoomSetupView({
- history.goBack()} - roomName={roomName} - /> + @@ -275,9 +271,6 @@ function RoomSetupView({

New Call

- {hasLocalParticipant && ( -

Warning, you are signed into this call on another device.

- )}
{state === GroupCallState.LocalCallFeedUninitialized && (