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 && (