mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
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