Consolidate all group call creation into useLoadGroupCall

This enables us to automatically create a group call in rooms that
exist, but contain no calls.
This commit is contained in:
Robin Townsend
2022-07-15 12:58:53 -04:00
parent b4a56f6dd7
commit fae4c504c9
4 changed files with 124 additions and 130 deletions

View File

@@ -30,7 +30,6 @@ export function GroupCallLoader({
client,
roomId,
viaServers,
true,
createPtt
);