From ee1c221e6dd4cd03dbd823541be60072a984be8d Mon Sep 17 00:00:00 2001 From: George Politis Date: Tue, 11 Nov 2014 10:26:34 +0100 Subject: [PATCH] Modifies a comment. --- libs/strophe/strophe.jingle.adapter.js | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/strophe/strophe.jingle.adapter.js b/libs/strophe/strophe.jingle.adapter.js index 27723e124..f36cb1752 100644 --- a/libs/strophe/strophe.jingle.adapter.js +++ b/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;