@signalapp/ringrtc 2.29.1 → 2.30.0
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/ringrtc/Service.js
CHANGED
|
@@ -1336,7 +1336,8 @@ var JoinState;
|
|
|
1336
1336
|
(function (JoinState) {
|
|
1337
1337
|
JoinState[JoinState["NotJoined"] = 0] = "NotJoined";
|
|
1338
1338
|
JoinState[JoinState["Joining"] = 1] = "Joining";
|
|
1339
|
-
JoinState[JoinState["
|
|
1339
|
+
JoinState[JoinState["Pending"] = 2] = "Pending";
|
|
1340
|
+
JoinState[JoinState["Joined"] = 3] = "Joined";
|
|
1340
1341
|
})(JoinState = exports.JoinState || (exports.JoinState = {}));
|
|
1341
1342
|
// If not ended purposely by the user, gives the reason why a group call ended.
|
|
1342
1343
|
var GroupCallEndReason;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@signalapp/ringrtc",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.30.0",
|
|
4
4
|
"description": "Signal Messenger voice and video calling library.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"config": {
|
|
25
25
|
"prebuildUrl": "https://build-artifacts.signal.org/libraries/ringrtc-desktop-build-v${npm_package_version}.tar.gz",
|
|
26
|
-
"prebuildChecksum": "
|
|
26
|
+
"prebuildChecksum": "26feb53eafc2d3d91e595285f697e6e45d825a0b7eb52663ef88112b9775c6fa"
|
|
27
27
|
},
|
|
28
28
|
"author": "",
|
|
29
29
|
"license": "AGPL-3.0-only",
|