Skip to content

Commit 947b3f5

Browse files
committed
Remove RTCPeerConnection.onopen event handler
- The corresponding event has been removed from RTCPeerconnection
1 parent 6029e45 commit 947b3f5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/MediaSession.js

-4
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,6 @@ MediaSession.prototype = {
142142
}
143143
};
144144

145-
this.peerConnection.onopen = function() {
146-
console.log(LOG_PREFIX +'media session opened');
147-
};
148-
149145
this.peerConnection.onaddstream = function(mediaStreamEvent) {
150146
console.log(LOG_PREFIX +'stream added');
151147

0 commit comments

Comments
 (0)