Skip to content

Commit

Permalink
Remove RTCPeerConnection.onopen event handler
Browse files Browse the repository at this point in the history
- The corresponding event has been removed from RTCPeerconnection
  • Loading branch information
jmillan committed Feb 22, 2013
1 parent 6029e45 commit 947b3f5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/MediaSession.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,6 @@ MediaSession.prototype = {
}
};

this.peerConnection.onopen = function() {
console.log(LOG_PREFIX +'media session opened');
};

this.peerConnection.onaddstream = function(mediaStreamEvent) {
console.log(LOG_PREFIX +'stream added');

Expand Down

0 comments on commit 947b3f5

Please sign in to comment.