Finish first pass at PTT lobby UI

This commit is contained in:
Robert Long 2022-04-27 15:18:55 -07:00
commit c430ebb3a3
7 changed files with 271 additions and 125 deletions

View file

@ -126,6 +126,7 @@ export function GroupCallView({
return (
<LobbyView
client={client}
groupCall={groupCall}
hasLocalParticipant={hasLocalParticipant}
roomName={groupCall.room.name}
state={state}