Browse Source

Added reference to remember onnegotiationneeded in FF40.

pull/226/head
Simon Eisenmann 10 years ago
parent
commit
cbdbeaebbc
  1. 1
      static/js/mediastream/peerconnection.js

1
static/js/mediastream/peerconnection.js

@ -82,6 +82,7 @@ define(['jquery', 'underscore', 'webrtc.adapter'], function($, _) {
// implemented. This does not work together with Chrome, so we trigger negotiation // implemented. This does not work together with Chrome, so we trigger negotiation
// manually when a stream is added or removed. // manually when a stream is added or removed.
// https://bugzilla.mozilla.org/show_bug.cgi?id=1017888 // https://bugzilla.mozilla.org/show_bug.cgi?id=1017888
// https://bugzilla.mozilla.org/show_bug.cgi?id=1149838
this.negotiationNeeded = _.bind(function() { this.negotiationNeeded = _.bind(function() {
if (this.currentcall.initiate) { if (this.currentcall.initiate) {
// Trigger onNegotiationNeeded once for Firefox. // Trigger onNegotiationNeeded once for Firefox.

Loading…
Cancel
Save