Browse Source

Added comment.

pull/138/head
Simon Eisenmann 12 years ago
parent
commit
e7b6f09b00
  1. 1
      static/js/mediastream/webrtc.js

1
static/js/mediastream/webrtc.js

@ -682,6 +682,7 @@ function($, _, PeerCall, PeerConference, PeerXfer, PeerScreenshare, UserMedia, u @@ -682,6 +682,7 @@ function($, _, PeerCall, PeerConference, PeerXfer, PeerScreenshare, UserMedia, u
WebRTC.prototype.sendOfferWhenNegotiationNeeded = function(currentcall, to) {
// TODO(longsleep): Check if the check for stable is really required.
if (currentcall.peerconnection.pc.signalingState === "stable") {
if (!to) {
to = currentcall.id;

Loading…
Cancel
Save