Skip to content

Commit

Permalink
feat: pr to update release version (#79)
Browse files Browse the repository at this point in the history
Co-authored-by: kwasniow <[email protected]>
  • Loading branch information
k-wasniowski and kwasniow authored Jun 12, 2024
1 parent 9df9bd2 commit 816c685
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/peer-connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ class PeerConnection extends EventEmitter<PeerConnectionEventHandlers> {
this.emit(PeerConnection.Events.IceGatheringStateChange, ev);
};

/* eslint-disable jsdoc/require-jsdoc */
this.pc.onicecandidate = (ev: RTCPeerConnectionIceEvent) => {
this.emit(PeerConnection.Events.IceCandidate, ev);
};
Expand Down

0 comments on commit 816c685

Please sign in to comment.