Fixes a bug reported by George Politis.
This commit is contained in:
parent
657a3fb2e1
commit
554808549e
|
@ -895,7 +895,7 @@ JingleSessionPC.prototype.addSource = function (elem) {
|
|||
return this.getAttribute('ssrc');
|
||||
}).get();
|
||||
|
||||
if (!ssrcs.length) {
|
||||
if (ssrcs.length) {
|
||||
lines += 'a=ssrc-group:' + semantics + ' ' + ssrcs.join(' ') + '\r\n';
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue