@vonage/client-sdk-video 2.35.0-alpha.38 → 2.35.0-alpha.39
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.35.0
|
|
2
|
+
* @license OpenTok.js 2.35.0 bf65e73
|
|
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, 29 May 2026 07:
|
|
8
|
+
* Date: Fri, 29 May 2026 07:48:09 GMT
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
@@ -41920,7 +41920,7 @@ function staticConfigFactory(_temp) {
|
|
|
41920
41920
|
_ref$axios = _ref.axios,
|
|
41921
41921
|
axios = _ref$axios === void 0 ? _axios.default : _ref$axios,
|
|
41922
41922
|
_ref$properties = _ref.properties,
|
|
41923
|
-
properties = _ref$properties === void 0 ? {"version":"v2.35.0","buildHash":"
|
|
41923
|
+
properties = _ref$properties === void 0 ? {"version":"v2.35.0","buildHash":"bf65e73","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;
|
|
41924
41924
|
/** @type builtInConfig */
|
|
41925
41925
|
const builtInConfig = (0, _cloneDeep.default)(properties);
|
|
41926
41926
|
/**
|
|
@@ -80881,7 +80881,7 @@ var _default = function _default(_temp) {
|
|
|
80881
80881
|
if (resolvedPredicate) {
|
|
80882
80882
|
clearTimeout(timeoutTimerId);
|
|
80883
80883
|
intervalRunner.stop();
|
|
80884
|
-
resolve();
|
|
80884
|
+
resolve(resolvedPredicate);
|
|
80885
80885
|
}
|
|
80886
80886
|
case 6:
|
|
80887
80887
|
case "end":
|
|
@@ -80913,10 +80913,11 @@ var _default = function _default(_temp) {
|
|
|
80913
80913
|
return false;
|
|
80914
80914
|
}
|
|
80915
80915
|
}
|
|
80916
|
-
|
|
80916
|
+
const resolvedPredicate = tryPredicate();
|
|
80917
|
+
if (resolvedPredicate) {
|
|
80917
80918
|
clearTimeout(timeoutTimerId);
|
|
80918
80919
|
intervalRunner.stop();
|
|
80919
|
-
resolve();
|
|
80920
|
+
resolve(resolvedPredicate);
|
|
80920
80921
|
}
|
|
80921
80922
|
}, frequency);
|
|
80922
80923
|
timeoutTimerId = setTimeout(() => {
|