diff --git a/src/Room.jsx b/src/Room.jsx index dfb366cd..9bc589dd 100644 --- a/src/Room.jsx +++ b/src/Room.jsx @@ -250,7 +250,6 @@ function RoomSetupView({ showInspector, roomId, }) { - const history = useHistory(); const { stream } = useCallFeed(localCallFeed); const videoRef = useMediaStream(stream, true); @@ -270,7 +269,7 @@ function RoomSetupView({
-

New Call

+

{roomName}

{state === GroupCallState.LocalCallFeedUninitialized && (

diff --git a/src/Room.module.css b/src/Room.module.css index bdee2f1f..3c31183f 100644 --- a/src/Room.module.css +++ b/src/Room.module.css @@ -46,6 +46,7 @@ limitations under the License. .joinRoomContent h1 { display: none; + margin: 0; } .joinRoomFooter {