|
@@ -319,7 +319,7 @@ SDP.prototype.toJingle = function(elem, thecreator) {
|
319
|
319
|
this.rtcpFbToJingle(i, elem, '*');
|
320
|
320
|
|
321
|
321
|
// XEP-0294
|
322
|
|
- const extmapLines = SDPUtil.findLines(this.media[i], 'a=extmap:');
|
|
322
|
+ const extmapLines = SDPUtil.findLines(this.media[i], 'a=extmap:', this.session);
|
323
|
323
|
|
324
|
324
|
for (let j = 0; j < extmapLines.length; j++) {
|
325
|
325
|
const extmap = SDPUtil.parseExtmap(extmapLines[j]);
|