Fix soft crash when opening invite modal in lobby

This commit is contained in:
Robin Townsend 2022-05-18 19:04:59 -04:00
parent 183eea9f24
commit c54f1bd7a3

View file

@ -95,6 +95,7 @@ export function LobbyView({
<VideoPreview
state={state}
client={client}
roomId={roomId}
microphoneMuted={microphoneMuted}
localVideoMuted={localVideoMuted}
toggleLocalVideoMuted={toggleLocalVideoMuted}