@rongcloud/plugin-call 5.2.3-enterprise-alpha.2 → 5.2.3-enterprise-alpha.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/index.esm.js CHANGED
@@ -1748,7 +1748,7 @@ class RCCallEngine {
1748
1748
  this._logger = _logger;
1749
1749
  this._watchers = _watchers;
1750
1750
  this._options = _options;
1751
- this._logger.warn("_", `RCCallEngine Version: ${"5.2.3-enterprise-alpha.2"} CommitId: ${"9d316e702fd0cdadbcb098b6c8cd656946a5bbef"}`);
1751
+ this._logger.warn("_", `RCCallEngine Version: ${"5.2.3-enterprise-alpha.3"} CommitId: ${"db5a1bf12368598ab33ba0dd130af3da5cf19b28"}`);
1752
1752
  getCallDeviceId(_runtime);
1753
1753
  this._callMsgHandler = new CallMessageHandler(this._context, this._runtime, this._logger, this._options.offlineMsgItv, this._getStateMachine.bind(this));
1754
1754
  this._callMsgHandler.registerEventListener({
@@ -3552,7 +3552,7 @@ class RCCallClient {
3552
3552
  this._hungupPushConfig = hungupPushConfig;
3553
3553
  }
3554
3554
  }
3555
- VersionManage.add("plugin-call", "5.2.3-enterprise-alpha.2");
3555
+ VersionManage.add("plugin-call", "5.2.3-enterprise-alpha.3");
3556
3556
  const installer = {
3557
3557
  tag: "RCCall",
3558
3558
  verify(runtime) {
@@ -3571,7 +3571,7 @@ const installer = {
3571
3571
  if (typeof options.logLevel !== "undefined") {
3572
3572
  logger.warn("_", "The 'logLevel' parameter is deprecated, please use 'logOutputLevel' instead.");
3573
3573
  }
3574
- logger.warn("_", `RCCall Version: ${"5.2.3-enterprise-alpha.2"}, Commit: ${"9d316e702fd0cdadbcb098b6c8cd656946a5bbef"}`);
3574
+ logger.warn("_", `RCCall Version: ${"5.2.3-enterprise-alpha.3"}, Commit: ${"db5a1bf12368598ab33ba0dd130af3da5cf19b28"}`);
3575
3575
  return new RCCallClient(context, runtime, logger, options);
3576
3576
  }
3577
3577
  };
package/dist/index.umd.js CHANGED
@@ -1750,7 +1750,7 @@ var __publicField = (obj, key, value) => {
1750
1750
  this._logger = _logger;
1751
1751
  this._watchers = _watchers;
1752
1752
  this._options = _options;
1753
- this._logger.warn("_", `RCCallEngine Version: ${"5.2.3-enterprise-alpha.2"} CommitId: ${"9d316e702fd0cdadbcb098b6c8cd656946a5bbef"}`);
1753
+ this._logger.warn("_", `RCCallEngine Version: ${"5.2.3-enterprise-alpha.3"} CommitId: ${"db5a1bf12368598ab33ba0dd130af3da5cf19b28"}`);
1754
1754
  getCallDeviceId(_runtime);
1755
1755
  this._callMsgHandler = new CallMessageHandler(this._context, this._runtime, this._logger, this._options.offlineMsgItv, this._getStateMachine.bind(this));
1756
1756
  this._callMsgHandler.registerEventListener({
@@ -3554,7 +3554,7 @@ var __publicField = (obj, key, value) => {
3554
3554
  this._hungupPushConfig = hungupPushConfig;
3555
3555
  }
3556
3556
  }
3557
- engine.VersionManage.add("plugin-call", "5.2.3-enterprise-alpha.2");
3557
+ engine.VersionManage.add("plugin-call", "5.2.3-enterprise-alpha.3");
3558
3558
  const installer = {
3559
3559
  tag: "RCCall",
3560
3560
  verify(runtime) {
@@ -3573,7 +3573,7 @@ var __publicField = (obj, key, value) => {
3573
3573
  if (typeof options.logLevel !== "undefined") {
3574
3574
  logger.warn("_", "The 'logLevel' parameter is deprecated, please use 'logOutputLevel' instead.");
3575
3575
  }
3576
- logger.warn("_", `RCCall Version: ${"5.2.3-enterprise-alpha.2"}, Commit: ${"9d316e702fd0cdadbcb098b6c8cd656946a5bbef"}`);
3576
+ logger.warn("_", `RCCall Version: ${"5.2.3-enterprise-alpha.3"}, Commit: ${"db5a1bf12368598ab33ba0dd130af3da5cf19b28"}`);
3577
3577
  return new RCCallClient(context, runtime, logger, options);
3578
3578
  }
3579
3579
  };
package/package.json CHANGED
@@ -26,7 +26,7 @@
26
26
  "license": "LGPL 2.1",
27
27
  "description": "@rongcloud/plugin-call",
28
28
  "homepage": "https://www.rongcloud.cn",
29
- "version": "5.2.3-enterprise-alpha.2",
29
+ "version": "5.2.3-enterprise-alpha.3",
30
30
  "peerDependencies": {
31
31
  "@rongcloud/engine": "5.8.2-enterprise.1",
32
32
  "@rongcloud/plugin-rtc": "5.6.15-enterprise.2"