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