From 4ba963c270574e837996b77919ae769ff129f3c1 Mon Sep 17 00:00:00 2001 From: Andrew Beaven Date: Tue, 28 Nov 2017 11:07:45 +1300 Subject: [PATCH] Fix typo --- s/webrtc-from-chat/chatclient.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s/webrtc-from-chat/chatclient.js b/s/webrtc-from-chat/chatclient.js index 1adcacb..015b64d 100644 --- a/s/webrtc-from-chat/chatclient.js +++ b/s/webrtc-from-chat/chatclient.js @@ -433,7 +433,7 @@ function closeVideoCall() { myPeerConnection.oniceconnectionstatechange = null; myPeerConnection.onsignalingstatechange = null; myPeerConnection.onicegatheringstatechange = null; - myPeerConnection.onnotificationneeded = null; + myPeerConnection.onnegotiationneeded = null; // Stop the videos