Add room auth view

This commit is contained in:
Robert Long
2022-01-05 16:09:51 -08:00
parent 0fe38000f5
commit eb4207e41d
5 changed files with 171 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ export function RoomPage() {
}
return (
<GroupCallLoader roomId={roomId} viaServers={viaServers}>
<GroupCallLoader client={client} roomId={roomId} viaServers={viaServers}>
{(groupCall) => (
<GroupCallView
client={client}