Skip to content

Commit

Permalink
fix: incorrect log (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaldino authored Apr 18, 2023
1 parent 54e4243 commit 3e33f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connection-state-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export class ConnectionStateHandler extends EventEmitter<ConnectionStateEventHan
}

logger.log(
`iceConnectionState=${iceState} connectionState=${connectionState} => ${this.mediaConnectionState}`
`iceConnectionState=${iceState} connectionState=${connectionState} => ${mediaConnectionState}`
);

return mediaConnectionState;
Expand Down

0 comments on commit 3e33f79

Please sign in to comment.