@signalapp/ringrtc
Advanced tools
Comparing version 2.26.2 to 2.26.3
@@ -68,4 +68,5 @@ "use strict"; | ||
createCallEndpoint(config) { | ||
const fieldTrials = Object.assign({ 'RingRTC-AnyAddressPortsKillSwitch': 'Enabled' }, config.field_trials); | ||
/* eslint-disable prefer-template */ | ||
const fieldTrialsString = Object.entries(config.field_trials || {}) | ||
const fieldTrialsString = Object.entries(fieldTrials) | ||
.map(([k, v]) => `${k}/${v}`) | ||
@@ -72,0 +73,0 @@ .join('/') + '/'; |
{ | ||
"name": "@signalapp/ringrtc", | ||
"version": "2.26.2", | ||
"version": "2.26.3", | ||
"description": "Signal Messenger voice and video calling library.", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
"prebuildUrl": "https://build-artifacts.signal.org/libraries/ringrtc-desktop-build-v${npm_package_version}.tar.gz", | ||
"prebuildChecksum": "da18a941541930f29418b67b7091d8508e991ae0cf39e8b9e71580962a0c0aa5" | ||
"prebuildChecksum": "5d580631487a2d988c93c872792d6a4ab91e57f9fad2d2e29ed2991163bc8288" | ||
}, | ||
@@ -29,0 +29,0 @@ "author": "", |
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
118259
2704