Skip to content

Commit fae7b22

Browse files
authored
Update src/rpc/signaling-exchange.ts
1 parent 26aadef commit fae7b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/signaling-exchange.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ export class SignalingExchange {
284284

285285
if (event.candidate.candidate !== undefined) {
286286
// eslint-disable-next-line no-console
287-
console.info(`gathered local ICE ${event.candidate.candidate}`);
287+
console.info(`Gathered local ICE ${event.candidate.candidate}`);
288288
}
289289

290290
const iProto = iceCandidateToProto(event.candidate);

0 commit comments

Comments
 (0)