Modifies a comment.

This commit is contained in:
George Politis 2014-11-11 10:26:34 +01:00
parent 1b5a3f08d2
commit ee1c221e6d
1 changed files with 1 additions and 0 deletions

View File

@ -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;