@opentok/client 2.31.0-alpha.36 → 2.31.0-alpha.37
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.31.0
|
|
2
|
+
* @license OpenTok.js 2.31.0 2714ce6ac
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2010-2025 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, 01 Sep 2025 10:40:52 GMT
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
@@ -8692,7 +8692,7 @@ function staticConfigFactory(_temp) {
|
|
|
8692
8692
|
_ref$axios = _ref.axios,
|
|
8693
8693
|
axios = _ref$axios === void 0 ? _axios.default : _ref$axios,
|
|
8694
8694
|
_ref$properties = _ref.properties,
|
|
8695
|
-
properties = _ref$properties === void 0 ? {"version":"v2.31.0","buildHash":"
|
|
8695
|
+
properties = _ref$properties === void 0 ? {"version":"v2.31.0","buildHash":"2714ce6ac","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;
|
|
8696
8696
|
/** @type builtInConfig */
|
|
8697
8697
|
const builtInConfig = (0, _cloneDeep.default)(properties);
|
|
8698
8698
|
/**
|
|
@@ -42752,7 +42752,7 @@ const getCdnUrl = deps => {
|
|
|
42752
42752
|
} else if (env.isRel) {
|
|
42753
42753
|
host = 'https://static.rel.tokbox.com';
|
|
42754
42754
|
} else {
|
|
42755
|
-
host = 'https://
|
|
42755
|
+
host = 'https://static.dev.tokbox.com';
|
|
42756
42756
|
}
|
|
42757
42757
|
if (proxyUrl) {
|
|
42758
42758
|
if (proxyUrl.includes('euproxy.opentok.com')) {
|