@signalapp/ringrtc 2.48.7 → 2.49.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/acknowledgments.md
CHANGED
|
@@ -669,7 +669,7 @@ For more information on this, and how to apply and follow the GNU AGPL, see
|
|
|
669
669
|
|
|
670
670
|
```
|
|
671
671
|
|
|
672
|
-
## libsignal-core 0.1.0, mrp 2.
|
|
672
|
+
## libsignal-core 0.1.0, mrp 2.49.1, protobuf 2.49.1, ringrtc 2.49.1, regex-aot 0.1.0, partial-default-derive 0.1.0
|
|
673
673
|
|
|
674
674
|
```
|
|
675
675
|
GNU AFFERO GENERAL PUBLIC LICENSE
|
|
@@ -1453,7 +1453,7 @@ THIS SOFTWARE.
|
|
|
1453
1453
|
|
|
1454
1454
|
```
|
|
1455
1455
|
|
|
1456
|
-
## cubeb-core 0.
|
|
1456
|
+
## cubeb-core 0.18.0, cubeb-sys 0.18.0, cubeb 0.18.0
|
|
1457
1457
|
|
|
1458
1458
|
```
|
|
1459
1459
|
Copyright © 2017 Mozilla Foundation
|
package/dist/ringrtc/Service.js
CHANGED
|
@@ -35,6 +35,7 @@ class NativeCallManager {
|
|
|
35
35
|
'RingRTC-AnyAddressPortsKillSwitch': 'Enabled',
|
|
36
36
|
'RingRTC-PruneTurnPorts': 'Enabled',
|
|
37
37
|
'WebRTC-Bwe-ProbingConfiguration': 'skip_if_est_larger_than_fraction_of_max:0.99',
|
|
38
|
+
'WebRTC-IncreaseIceCandidatePriorityHostSrflx': 'Enabled',
|
|
38
39
|
}, config.field_trials);
|
|
39
40
|
/* eslint-disable prefer-template */
|
|
40
41
|
const fieldTrialsString = Object.entries(fieldTrials)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@signalapp/ringrtc",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.49.1",
|
|
4
4
|
"description": "Signal Messenger voice and video calling library.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"config": {
|
|
27
27
|
"prebuildUrl": "https://build-artifacts.signal.org/libraries/ringrtc-desktop-build-v${npm_package_version}.tar.gz",
|
|
28
|
-
"prebuildChecksum": "
|
|
28
|
+
"prebuildChecksum": "ec9100356621c2b99043ae0d1fb5c49888195b873e26b1ce3a3baf3a4ab15e7e"
|
|
29
29
|
},
|
|
30
30
|
"author": "",
|
|
31
31
|
"license": "AGPL-3.0-only",
|