Adds comment.

This commit is contained in:
George Politis 2015-12-01 13:25:20 -06:00
parent 72c7812376
commit 3ca288d74d
1 changed files with 2 additions and 0 deletions

View File

@ -218,6 +218,8 @@ if (TraceablePeerConnection.prototype.__defineGetter__ !== undefined) {
function() {
var desc = this.peerconnection.localDescription;
// FIXME this should probably be after the Unified Plan -> Plan B
// transformation.
desc = SSRCReplacement.mungeLocalVideoSSRC(desc);
this.trace('getLocalDescription::preTransform', dumpSDP(desc));