From 3ccd9389a770d0ce4265253042df54aa95c8583c Mon Sep 17 00:00:00 2001 From: Mason Chan Date: Sat, 31 Aug 2019 06:57:47 -0500 Subject: [PATCH] fixed doc for add track --- 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 95c0cfd..e85a031 100644 --- a/s/webrtc-from-chat/chatclient.js +++ b/s/webrtc-from-chat/chatclient.js @@ -478,7 +478,7 @@ function hangUpCall() { // Handle a click on an item in the user list by inviting the clicked // user to video chat. Note that we don't actually send a message to // the callee here -- calling RTCPeerConnection.addTrack() issues -// a |notificationneeded| event, so we'll let our handler for that +// a |negotiationneeded| event, so we'll let our handler for that // make the offer. async function invite(evt) {