Fixes long line.
This commit is contained in:
parent
e0e0baf87e
commit
067de62a6d
|
@ -184,7 +184,8 @@ var LocalSSRCReplacement = {
|
|||
if (localVideoSSRC && sdp.media[1].indexOf("a=ssrc:") !== -1 &&
|
||||
!sdp.containsSSRC(localVideoSSRC)) {
|
||||
|
||||
console.info("Does not contain: " + localVideoSSRC + "---" + sdp.media[1]);
|
||||
console.info("Does not contain: "
|
||||
+ localVideoSSRC + "---" + sdp.media[1]);
|
||||
|
||||
// Get new video SSRC
|
||||
var map = sdp.getMediaSsrcMap();
|
||||
|
|
Loading…
Reference in New Issue