Compare commits

...

4 Commits

Author SHA1 Message Date
Timo K
010374de13 Merge branch 'livekit' into toger5/federated-room-joins
Signed-off-by: Timo K <toger5@hotmail.de>
2024-02-21 15:39:44 +01:00
Timo K
1c3a15c2c5 remove now unnecessary comment
Signed-off-by: Timo K <toger5@hotmail.de>
2024-02-21 15:37:43 +01:00
Timo K
068f511238 use via argument in join room call.
Signed-off-by: Timo K <toger5@hotmail.de>
2024-02-19 09:14:07 +01:00
Timo K
81fe04ad65 Disable error on unverified device.
Signed-off-by: Timo K <toger5@hotmail.de>
2024-02-19 09:13:02 +01:00
2 changed files with 2 additions and 4 deletions

View File

@@ -189,6 +189,7 @@ export async function initClient(
}
await client.initCrypto();
client.setGlobalErrorOnUnknownDevices(false);
await client.startClient();
await waitForSync(client);

View File

@@ -82,10 +82,7 @@ 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);
room = await client.joinRoom(roomIdOrAlias, { viaServers });
}
logger.info(