Adds comment.
This commit is contained in:
parent
b678671607
commit
d42415959f
|
@ -218,6 +218,8 @@ if (TraceablePeerConnection.prototype.__defineGetter__ !== undefined) {
|
||||||
function() {
|
function() {
|
||||||
var desc = this.peerconnection.localDescription;
|
var desc = this.peerconnection.localDescription;
|
||||||
|
|
||||||
|
// FIXME this should probably be after the Unified Plan -> Plan B
|
||||||
|
// transformation.
|
||||||
desc = SSRCReplacement.mungeLocalVideoSSRC(desc);
|
desc = SSRCReplacement.mungeLocalVideoSSRC(desc);
|
||||||
|
|
||||||
this.trace('getLocalDescription::preTransform', dumpSDP(desc));
|
this.trace('getLocalDescription::preTransform', dumpSDP(desc));
|
||||||
|
|
Loading…
Reference in New Issue