use via argument in join room call.

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo K
2024-02-19 09:14:07 +01:00
parent 81fe04ad65
commit 068f511238

View File

@@ -85,7 +85,7 @@ export const useLoadGroupCall = (
// 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);
room = await client.joinRoom(roomIdOrAlias, { viaServers });
}
logger.info(