@opentok/client 2.36.0-alpha.33 → 2.36.0-alpha.34
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 +4 -4
- package/dist/js/opentok.min.js +3 -3
- package/package.json +1 -1
package/dist/js/opentok.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license OpenTok.js 2.36.0
|
|
2
|
+
* @license OpenTok.js 2.36.0 6132ae4b4
|
|
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: Fri, 28 Aug 2026
|
|
8
|
+
* Date: Fri, 28 Aug 2026 12:24:33 GMT
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
@@ -15872,7 +15872,7 @@ const classifyBuildTimeEnv = function classifyBuildTimeEnv(apiUrl) {
|
|
|
15872
15872
|
exports.classifyBuildTimeEnv = classifyBuildTimeEnv;
|
|
15873
15873
|
const getBuildTimeEnv = function getBuildTimeEnv(properties) {
|
|
15874
15874
|
if (properties === void 0) {
|
|
15875
|
-
properties = typeof {"version":"v2.36.0","buildHash":"
|
|
15875
|
+
properties = typeof {"version":"v2.36.0","buildHash":"6132ae4b4","minimumVersion":{"firefox":52,"chrome":49},"debug":false,"websiteURL":"http://www.dev.tokbox.com","configURL":"https://config.dev.tokbox.com","loggingURL":"https://hlg.dev.tokbox.com/qa","apiURL":"https://api.dev.opentok.com","vonageApiURL":"https://video.api.dev.vonage.com"} !== 'undefined' ? {"version":"v2.36.0","buildHash":"6132ae4b4","minimumVersion":{"firefox":52,"chrome":49},"debug":false,"websiteURL":"http://www.dev.tokbox.com","configURL":"https://config.dev.tokbox.com","loggingURL":"https://hlg.dev.tokbox.com/qa","apiURL":"https://api.dev.opentok.com","vonageApiURL":"https://video.api.dev.vonage.com"} : {};
|
|
15876
15876
|
}
|
|
15877
15877
|
const apiUrl = properties && properties.apiURL || '';
|
|
15878
15878
|
const vonageApiUrl = properties && properties.vonageApiURL || '';
|
|
@@ -40427,7 +40427,7 @@ function staticConfigFactory(_temp) {
|
|
|
40427
40427
|
_ref$axios = _ref.axios,
|
|
40428
40428
|
axios = _ref$axios === void 0 ? _axios.default : _ref$axios,
|
|
40429
40429
|
_ref$properties = _ref.properties,
|
|
40430
|
-
properties = _ref$properties === void 0 ? {"version":"v2.36.0","buildHash":"
|
|
40430
|
+
properties = _ref$properties === void 0 ? {"version":"v2.36.0","buildHash":"6132ae4b4","minimumVersion":{"firefox":52,"chrome":49},"debug":false,"websiteURL":"http://www.dev.tokbox.com","configURL":"https://config.dev.tokbox.com","loggingURL":"https://hlg.dev.tokbox.com/qa","apiURL":"https://api.dev.opentok.com","vonageApiURL":"https://video.api.dev.vonage.com"} : _ref$properties;
|
|
40431
40431
|
/** @type builtInConfig */
|
|
40432
40432
|
const builtInConfig = (0, _cloneDeep.default)(properties);
|
|
40433
40433
|
/**
|