This commit is contained in:
Timo K.
2026-07-07 17:18:44 +02:00
parent 3c1d7a0119
commit ba2aa6ff5a

View File

@@ -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