Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "sdp", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "SDP parsing and serialization utilities", | ||
@@ -5,0 +5,0 @@ "main": "sdp.js", |
@@ -478,2 +478,4 @@ /* eslint-env node */ | ||
' ' + msid; | ||
sdp += 'a=ssrc:' + transceiver.sendEncodingParameters[0].rtx.ssrc + | ||
' cname:' + SDPUtils.localCName + '\r\n'; | ||
sdp += 'a=ssrc-group:FID ' + | ||
@@ -480,0 +482,0 @@ transceiver.sendEncodingParameters[0].ssrc + ' ' + |
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
24925
638