@opentok/client 2.34.0-alpha.14 → 2.34.0-alpha.15
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/js/opentok.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license OpenTok.js 2.34.0
|
|
2
|
+
* @license OpenTok.js 2.34.0 13ce57ff2
|
|
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:
|
|
8
|
+
* Date: Mon, 02 Mar 2026 12:19:02 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":"
|
|
8596
|
+
properties = _ref$properties === void 0 ? {"version":"v2.34.0","buildHash":"13ce57ff2","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,6 +15811,7 @@ 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;
|
|
15814
15815
|
const createLogger = deps.createLogger || _log.default;
|
|
15815
15816
|
const logging = createLogger('systemRequirements');
|
|
15816
15817
|
const hasOpenTokSupport = _hasOpenTokSupport.default.once;
|
|
@@ -15883,7 +15884,7 @@ var _default = function _default(deps) {
|
|
|
15883
15884
|
_ref$isBrowserAndVers = _ref.isBrowserAndVersionSupported,
|
|
15884
15885
|
isBrowserAndVersionSupported = _ref$isBrowserAndVers === void 0 ? isBrowserAndVersionSupportedDefault() : _ref$isBrowserAndVers;
|
|
15885
15886
|
// trigger after the OT environment has loaded
|
|
15886
|
-
|
|
15887
|
+
EnvironmentLoader.onLoad(() => {
|
|
15887
15888
|
logging.warn('OT.upgradeSystemRequirements is deprecated.');
|
|
15888
15889
|
if (isDialogOpen) {
|
|
15889
15890
|
return;
|