Add room auth view
This commit is contained in:
@@ -47,7 +47,7 @@ export function RoomPage() {
|
||||
}
|
||||
|
||||
return (
|
||||
<GroupCallLoader roomId={roomId} viaServers={viaServers}>
|
||||
<GroupCallLoader client={client} roomId={roomId} viaServers={viaServers}>
|
||||
{(groupCall) => (
|
||||
<GroupCallView
|
||||
client={client}
|
||||
|
||||
Reference in New Issue
Block a user