sdp-jingle-json
Advanced tools
Comparing version 1.2.2 to 1.3.0
@@ -147,2 +147,6 @@ var parsers = require('./parsers'); | ||
desc.sources = parsers.sources(ssrcLines || []); | ||
if (parsers.findLine('a=x-google-flag:conference', lines, sessionLines)) { | ||
desc.googConferenceFlag = true; | ||
} | ||
} | ||
@@ -149,0 +153,0 @@ |
@@ -112,2 +112,5 @@ var senders = { | ||
}); | ||
if (desc.googConferenceFlag) { | ||
sdp.push('a=x-google-flag:conference'); | ||
} | ||
@@ -114,0 +117,0 @@ payloads.forEach(function (payload) { |
{ | ||
"name": "sdp-jingle-json", | ||
"version": "1.2.2", | ||
"version": "1.3.0", | ||
"description": "A parser/serializer for SDP to JSON. Useful for converting SDP to other formats like Jingle for WebRTC signalling", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47805
1021