From ba2aa6ff5a32d1372c64c368300247727a879d06 Mon Sep 17 00:00:00 2001 From: "Timo K." Date: Tue, 7 Jul 2026 17:18:44 +0200 Subject: [PATCH] add logs --- src/state/CallViewModel/localMember/Publisher.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/state/CallViewModel/localMember/Publisher.ts b/src/state/CallViewModel/localMember/Publisher.ts index 8e31c938d..52620aaa8 100644 --- a/src/state/CallViewModel/localMember/Publisher.ts +++ b/src/state/CallViewModel/localMember/Publisher.ts @@ -121,6 +121,7 @@ export class Publisher { this.logger.error(`Failed to pause upstreams`, e); }); } else { + this.logger.info(`resumeUpstream onLocalTrackPublished`); // If startPublishing() ran before this track existed (track creation is // not awaited and e.g. camera hardware can take a while to open), its // resumeUpstreams() call found no track and did nothing. Resume here so