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 26aadef commit fae7b22Copy full SHA for fae7b22
src/rpc/signaling-exchange.ts
@@ -284,7 +284,7 @@ export class SignalingExchange {
284
285
if (event.candidate.candidate !== undefined) {
286
// eslint-disable-next-line no-console
287
- console.info(`gathered local ICE ${event.candidate.candidate}`);
+ console.info(`Gathered local ICE ${event.candidate.candidate}`);
288
}
289
290
const iProto = iceCandidateToProto(event.candidate);
0 commit comments