Removes space in cname generation of recvonly streams.
This commit is contained in:
parent
ec954ad3cc
commit
954345da48
|
@ -167,7 +167,7 @@ var insertRecvOnlySSRC = function (desc) {
|
|||
bLine.ssrcs = [{
|
||||
id: ssrc,
|
||||
attribute: 'cname',
|
||||
value: ['recvonly-', ssrc].join(' ')
|
||||
value: ['recvonly-', ssrc].join('')
|
||||
}];
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue