Fix typo in ondowntrack callback.
Fortunately we're not using the mistyped arguments.
This commit is contained in:
+1
-1
@@ -435,7 +435,7 @@ function gotDownStream(c) {
|
||||
console.error(e);
|
||||
displayError(e);
|
||||
};
|
||||
c.ondowntrack = function(track, transceiver, label, stream) {
|
||||
c.ondowntrack = function(track, transceiver, stream) {
|
||||
setMedia(c);
|
||||
};
|
||||
c.onnegotiationcompleted = function() {
|
||||
|
||||
Reference in New Issue
Block a user