remove now unnecessary comment

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo K
2024-02-21 15:37:43 +01:00
parent 068f511238
commit 1c3a15c2c5

View File

@@ -82,9 +82,6 @@ export const useLoadGroupCall = (
);
}
} else {
// room IDs we just try to join by their ID, which will not work in the
// general case without providing some servers to join via. We could provide
// our own server, but in practice that is implicit.
room = await client.joinRoom(roomIdOrAlias, { viaServers });
}