From 9461c8ee6e48b9026b11f27e93e1aadb0a60112c Mon Sep 17 00:00:00 2001 From: Philipp Hancke Date: Fri, 6 Jun 2014 06:06:44 +0200 Subject: [PATCH] use msid instead of mslabel since mslabel --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 3a2882e09..f5bc7d588 100644 --- a/app.js +++ b/app.js @@ -268,7 +268,7 @@ $(document).bind('remotestreamadded.jingle', function (event, data, sid) { return line.indexOf('msid:' + data.stream.label) !== -1; }); if (ssrclines.length) { - thessrc = ssrclines[0].substring(5).split(' ')[0]; + thessrc = ssrclines[0].substring(7).split(' ')[0]; // ok to overwrite the one from focus? might save work in colibri.js console.log('associated jid', ssrc2jid[thessrc], data.peerjid); if (ssrc2jid[thessrc]) {