sdp-jingle-json
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -69,3 +69,3 @@ var senders = { | ||
sdp.push('c=IN IP4 0.0.0.0'); | ||
if (desc.bandwidth) { | ||
if (desc.bandwidth && desc.bandwidth.type && desc.bandwidth.bandwidth) { | ||
sdp.push('b=' + desc.bandwidth.type + ':' + desc.bandwidth.bandwidth); | ||
@@ -72,0 +72,0 @@ } |
{ | ||
"name": "sdp-jingle-json", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"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
47533