We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3550505 commit d5e7373Copy full SHA for d5e7373
src/WebRTCIssueDetector.ts
@@ -136,7 +136,7 @@ class WebRTCIssueDetector {
136
this.logger.debug('Skip handling new peer connection. Detector is not running', pc);
137
return;
138
}
139
-
+
140
if (!this.#running && this.autoAddPeerConnections === false) {
141
this.logger.info('Starting stats reporting for new peer connection');
142
this.#running = true;
0 commit comments