mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
add logs
This commit is contained in:
@@ -121,6 +121,7 @@ export class Publisher {
|
|||||||
this.logger.error(`Failed to pause upstreams`, e);
|
this.logger.error(`Failed to pause upstreams`, e);
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
this.logger.info(`resumeUpstream onLocalTrackPublished`);
|
||||||
// If startPublishing() ran before this track existed (track creation is
|
// If startPublishing() ran before this track existed (track creation is
|
||||||
// not awaited and e.g. camera hardware can take a while to open), its
|
// 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
|
// resumeUpstreams() call found no track and did nothing. Resume here so
|
||||||
|
|||||||
Reference in New Issue
Block a user