@signalapp/ringrtc 2.48.0 → 2.48.3
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.48.
|
|
672
|
+
## libsignal-core 0.1.0, mrp 2.48.3, protobuf 2.48.3, ringrtc 2.48.3, regex-aot 0.1.0, partial-default-derive 0.1.0
|
|
673
673
|
|
|
674
674
|
```
|
|
675
675
|
GNU AFFERO GENERAL PUBLIC LICENSE
|
|
@@ -1453,6 +1453,25 @@ THIS SOFTWARE.
|
|
|
1453
1453
|
|
|
1454
1454
|
```
|
|
1455
1455
|
|
|
1456
|
+
## cubeb-core 0.14.0, cubeb-sys 0.14.0, cubeb 0.14.0
|
|
1457
|
+
|
|
1458
|
+
```
|
|
1459
|
+
Copyright © 2017 Mozilla Foundation
|
|
1460
|
+
|
|
1461
|
+
Permission to use, copy, modify, and distribute this software for any
|
|
1462
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
1463
|
+
copyright notice and this permission notice appear in all copies.
|
|
1464
|
+
|
|
1465
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
1466
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
1467
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
1468
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
1469
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
1470
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
1471
|
+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
1472
|
+
|
|
1473
|
+
```
|
|
1474
|
+
|
|
1456
1475
|
## windows-sys 0.45.0, windows-sys 0.52.0, windows-targets 0.42.2, windows-targets 0.52.6, windows_aarch64_msvc 0.42.2, windows_aarch64_msvc 0.52.6, windows_x86_64_gnu 0.52.6, windows_x86_64_msvc 0.42.2, windows_x86_64_msvc 0.52.6
|
|
1457
1476
|
|
|
1458
1477
|
```
|
|
@@ -1601,7 +1620,7 @@ SOFTWARE.
|
|
|
1601
1620
|
|
|
1602
1621
|
```
|
|
1603
1622
|
|
|
1604
|
-
## cfg-if 1.0.0
|
|
1623
|
+
## cc 1.1.5, cfg-if 1.0.0, cmake 0.1.50, pkg-config 0.3.30
|
|
1605
1624
|
|
|
1606
1625
|
```
|
|
1607
1626
|
Copyright (c) 2014 Alex Crichton
|
|
@@ -1663,7 +1682,7 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1663
1682
|
|
|
1664
1683
|
```
|
|
1665
1684
|
|
|
1666
|
-
## bitflags 2.6.0, log 0.4.22, regex-automata 0.4.7, regex-syntax 0.8.4, regex 1.10.5
|
|
1685
|
+
## bitflags 1.3.2, bitflags 2.6.0, log 0.4.22, regex-automata 0.4.7, regex-syntax 0.8.4, regex 1.10.5
|
|
1667
1686
|
|
|
1668
1687
|
```
|
|
1669
1688
|
Copyright (c) 2014 The Rust Project Developers
|
|
@@ -3110,7 +3129,7 @@ SOFTWARE.
|
|
|
3110
3129
|
|
|
3111
3130
|
```
|
|
3112
3131
|
|
|
3113
|
-
## cesu8 1.1.0, neon 1.0.0, windows-core 0.57.0, windows-implement 0.57.0, windows-interface 0.57.0, windows-result 0.1.2, windows 0.57.0
|
|
3132
|
+
## cesu8 1.1.0, neon 1.0.0, windows-core 0.57.0, windows-core 0.58.0, windows-implement 0.57.0, windows-implement 0.58.0, windows-interface 0.57.0, windows-interface 0.58.0, windows-result 0.1.2, windows-result 0.2.0, windows-strings 0.1.0, windows 0.57.0, windows 0.58.0
|
|
3114
3133
|
|
|
3115
3134
|
```
|
|
3116
3135
|
MIT License
|
|
@@ -5,6 +5,7 @@ export declare const callIdFromEra: (era: string) => CallId;
|
|
|
5
5
|
export declare function callIdFromRingId(ringId: bigint): CallId;
|
|
6
6
|
declare class Config {
|
|
7
7
|
field_trials: Record<string, string> | undefined;
|
|
8
|
+
use_ringrtc_adm?: boolean;
|
|
8
9
|
}
|
|
9
10
|
type GroupId = Buffer;
|
|
10
11
|
type GroupCallUserId = Buffer;
|
package/dist/ringrtc/Service.js
CHANGED
|
@@ -44,7 +44,8 @@ class NativeCallManager {
|
|
|
44
44
|
Object.defineProperty(this, Native_1.default.callEndpointPropertyKey, {
|
|
45
45
|
configurable: true,
|
|
46
46
|
get() {
|
|
47
|
-
const
|
|
47
|
+
const use_ringrtc_adm = config.use_ringrtc_adm === undefined ? false : config.use_ringrtc_adm;
|
|
48
|
+
const callEndpoint = Native_1.default.createCallEndpoint(this, fieldTrialsString, use_ringrtc_adm);
|
|
48
49
|
Object.defineProperty(this, Native_1.default.callEndpointPropertyKey, {
|
|
49
50
|
configurable: true,
|
|
50
51
|
value: callEndpoint,
|
|
@@ -233,6 +233,7 @@ class GumVideoCapturer {
|
|
|
233
233
|
if (track == undefined || this.spawnedSenderRunning) {
|
|
234
234
|
return;
|
|
235
235
|
}
|
|
236
|
+
const captureOptions = this.captureOptions;
|
|
236
237
|
if (track.readyState === 'ended') {
|
|
237
238
|
this.stopCapturing();
|
|
238
239
|
index_1.RingRTC.logError('spawnSender(): Video track ended before spawning sender');
|
|
@@ -284,6 +285,7 @@ class GumVideoCapturer {
|
|
|
284
285
|
}
|
|
285
286
|
finally {
|
|
286
287
|
reader.releaseLock();
|
|
288
|
+
captureOptions?.onEnded?.();
|
|
287
289
|
}
|
|
288
290
|
this.spawnedSenderRunning = false;
|
|
289
291
|
})();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@signalapp/ringrtc",
|
|
3
|
-
"version": "2.48.
|
|
3
|
+
"version": "2.48.3",
|
|
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": "efc32f33ac57c31fe49c7cc4caea1921d419bf553ad3a4387eef7d0b20c2aa07"
|
|
29
29
|
},
|
|
30
30
|
"author": "",
|
|
31
31
|
"license": "AGPL-3.0-only",
|