@opentok/client 2.34.0-alpha.13 → 2.34.0-alpha.14

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.
@@ -1,11 +1,11 @@
1
1
  /**
2
- * @license OpenTok.js 2.34.0 6aa6f2ddc
2
+ * @license OpenTok.js 2.34.0 8ae53567a
3
3
  *
4
4
  * Copyright (c) 2010-2026 TokBox, Inc.
5
5
  * Subject to the applicable Software Development Kit (SDK) License Agreement:
6
6
  * https://www.vonage.com/legal/communications-apis/terms-of-use/
7
7
  *
8
- * Date: Thu, 26 Feb 2026 15:22:23 GMT
8
+ * Date: Fri, 27 Feb 2026 10:19:08 GMT
9
9
  */
10
10
 
11
11
  (function webpackUniversalModuleDefinition(root, factory) {
@@ -8593,7 +8593,7 @@ function staticConfigFactory(_temp) {
8593
8593
  _ref$axios = _ref.axios,
8594
8594
  axios = _ref$axios === void 0 ? _axios.default : _ref$axios,
8595
8595
  _ref$properties = _ref.properties,
8596
- properties = _ref$properties === void 0 ? {"version":"v2.34.0","buildHash":"6aa6f2ddc","minimumVersion":{"firefox":52,"chrome":49},"debug":false,"websiteURL":"http://www.tokbox.com","configURL":"https://config.opentok.com","ipWhitelistConfigURL":"","cdnURL":"","loggingURL":"https://hlg.tokbox.com/prod","apiURL":"https://anvil.opentok.com","vonageApiURL":""} : _ref$properties;
8596
+ properties = _ref$properties === void 0 ? {"version":"v2.34.0","buildHash":"8ae53567a","minimumVersion":{"firefox":52,"chrome":49},"debug":false,"websiteURL":"http://www.tokbox.com","configURL":"https://config.opentok.com","ipWhitelistConfigURL":"","cdnURL":"","loggingURL":"https://hlg.tokbox.com/prod","apiURL":"https://anvil.opentok.com","vonageApiURL":""} : _ref$properties;
8597
8597
  /** @type builtInConfig */
8598
8598
  const builtInConfig = (0, _cloneDeep.default)(properties);
8599
8599
  /**
@@ -15811,7 +15811,6 @@ var _default = function _default(deps) {
15811
15811
  }
15812
15812
  const env = deps.env || _OTHelpers.default.env;
15813
15813
  const Modal = deps.Modal || _modal.default;
15814
- const EnvironmentLoader = deps.EnvironmentLoader || _environment_loader.default;
15815
15814
  const createLogger = deps.createLogger || _log.default;
15816
15815
  const logging = createLogger('systemRequirements');
15817
15816
  const hasOpenTokSupport = _hasOpenTokSupport.default.once;
@@ -15884,7 +15883,7 @@ var _default = function _default(deps) {
15884
15883
  _ref$isBrowserAndVers = _ref.isBrowserAndVersionSupported,
15885
15884
  isBrowserAndVersionSupported = _ref$isBrowserAndVers === void 0 ? isBrowserAndVersionSupportedDefault() : _ref$isBrowserAndVers;
15886
15885
  // trigger after the OT environment has loaded
15887
- EnvironmentLoader.onLoad(() => {
15886
+ _environment_loader.default.onLoad(() => {
15888
15887
  logging.warn('OT.upgradeSystemRequirements is deprecated.');
15889
15888
  if (isDialogOpen) {
15890
15889
  return;