Fix soft crash when opening invite modal in lobby
This commit is contained in:
parent
183eea9f24
commit
c54f1bd7a3
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ export function LobbyView({
|
|||
<VideoPreview
|
||||
state={state}
|
||||
client={client}
|
||||
roomId={roomId}
|
||||
microphoneMuted={microphoneMuted}
|
||||
localVideoMuted={localVideoMuted}
|
||||
toggleLocalVideoMuted={toggleLocalVideoMuted}
|
||||
|
|
Loading…
Reference in a new issue