Merge pull request #340 from robintown/fix-invite-modal

Fix soft crash when opening invite modal in lobby
This commit is contained in:
Robin 2022-05-19 10:46:41 -04:00 committed by GitHub
commit 1367ff9914
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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