This commit is contained in:
Philipp Hancke 2014-12-28 07:58:07 +00:00
commit d6888ca939
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ ColibriFocus.prototype.makeConference = function (peers, errorCallback) {
this.peerconnection.onaddstream = function (event) {
// search the jid associated with this stream
Object.keys(self.remotessrc).forEach(function (jid) {
if (self.remotessrc[jid].join('\r\n').indexOf('mslabel:' + event.stream.id) != -1) {
if (self.remotessrc[jid].join('\r\n').indexOf('msid:' + event.stream.id) != -1) {
event.peerjid = jid;
}
});