Skip to content

Commit

Permalink
Update bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
legastero committed Jul 5, 2018
1 parent c19353c commit ba73494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtcpeerconnection.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -3778,7 +3778,7 @@ function PeerConnection(config, constraints) {
this.pc.onremovestream = this.emit.bind(this, 'removeStream');
this.pc.onremovetrack = this.emit.bind(this, 'removeTrack');
this.pc.onaddstream = this.emit.bind(this, 'addStream');
this.pc.onaddtrack = this.emit.bind(this, 'addTrack');
this.pc.ontrack = this.emit.bind(this, 'addTrack');
this.pc.onnegotiationneeded = this.emit.bind(this, 'negotiationNeeded');
this.pc.oniceconnectionstatechange = this.emit.bind(this, 'iceConnectionStateChange');
this.pc.onsignalingstatechange = this.emit.bind(this, 'signalingStateChange');
Expand Down

0 comments on commit ba73494

Please sign in to comment.