Add limit condition to sync loop and add more logging what is actually going on. (#1775)

---------

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo
2023-10-25 13:44:33 +02:00
committed by GitHub
parent 48e3ba0e3d
commit 8356b722a6
2 changed files with 91 additions and 42 deletions

View File

@@ -39,7 +39,7 @@ export function enterRTCSession(rtcSession: MatrixRTCSession): void {
// This must be called before we start trying to join the call, as we need to
// have started tracking by the time calls start getting created.
//groupCallOTelMembership?.onJoinCall();
// groupCallOTelMembership?.onJoinCall();
// right now we assume everything is a room-scoped call
const livekitAlias = rtcSession.room.roomId;