diff --git a/src/room/useLoadGroupCall.ts b/src/room/useLoadGroupCall.ts index 9b300d36..3ab6bbf5 100644 --- a/src/room/useLoadGroupCall.ts +++ b/src/room/useLoadGroupCall.ts @@ -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(