Modifies a comment.

pull/194/head
George Politis 10 years ago
parent 1b5a3f08d2
commit ee1c221e6d
  1. 1
      libs/strophe/strophe.jingle.adapter.js

@ -320,6 +320,7 @@ TraceablePeerConnection.prototype.modifySources = function(successCallback) {
// FIXME: this is a big hack
// https://code.google.com/p/webrtc/issues/detail?id=2688
// ^ has been fixed.
if (!(this.signalingState == 'stable' && this.iceConnectionState == 'connected')) {
console.warn('modifySources not yet', this.signalingState, this.iceConnectionState);
this.wait = true;

Loading…
Cancel
Save