From 1c3a15c2c5f76d8786cf0b6e42d162871328ebc1 Mon Sep 17 00:00:00 2001 From: Timo K Date: Wed, 21 Feb 2024 15:37:43 +0100 Subject: [PATCH] remove now unnecessary comment Signed-off-by: Timo K --- src/room/useLoadGroupCall.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/room/useLoadGroupCall.ts b/src/room/useLoadGroupCall.ts index 3ab6bbf5..920cb8bc 100644 --- a/src/room/useLoadGroupCall.ts +++ b/src/room/useLoadGroupCall.ts @@ -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 }); }