@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.
@@ -327,7 +327,8 @@ export declare enum ConnectionState {
327
327
  export declare enum JoinState {
328
328
  NotJoined = 0,
329
329
  Joining = 1,
330
- Joined = 2
330
+ Pending = 2,
331
+ Joined = 3
331
332
  }
332
333
  export declare enum GroupCallEndReason {
333
334
  DeviceExplicitlyDisconnected = 0,
@@ -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["Joined"] = 2] = "Joined";
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.29.1",
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": "6f6d9cbbccb3e1e63cbf1c0d0ba81fe23ab80b116febc2595773bbdaf12930cc"
26
+ "prebuildChecksum": "26feb53eafc2d3d91e595285f697e6e45d825a0b7eb52663ef88112b9775c6fa"
27
27
  },
28
28
  "author": "",
29
29
  "license": "AGPL-3.0-only",