@opentok/client 2.33.0-alpha.8 → 2.33.0-alpha.9
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.33.0
|
|
2
|
+
* @license OpenTok.js 2.33.0 020f1e73f
|
|
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: Wed, 26 Nov 2025 08:05:44 GMT
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
@@ -8570,7 +8570,7 @@ function staticConfigFactory(_temp) {
|
|
|
8570
8570
|
_ref$axios = _ref.axios,
|
|
8571
8571
|
axios = _ref$axios === void 0 ? _axios.default : _ref$axios,
|
|
8572
8572
|
_ref$properties = _ref.properties,
|
|
8573
|
-
properties = _ref$properties === void 0 ? {"version":"v2.33.0","buildHash":"
|
|
8573
|
+
properties = _ref$properties === void 0 ? {"version":"v2.33.0","buildHash":"020f1e73f","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;
|
|
8574
8574
|
/** @type builtInConfig */
|
|
8575
8575
|
const builtInConfig = (0, _cloneDeep.default)(properties);
|
|
8576
8576
|
/**
|
|
@@ -82411,7 +82411,7 @@ var _default = _ref => {
|
|
|
82411
82411
|
_opt$disconnectThresh = opt.disconnectThreshold,
|
|
82412
82412
|
disconnectThreshold = _opt$disconnectThresh === void 0 ? 5900 : _opt$disconnectThresh,
|
|
82413
82413
|
_opt$reconnectMaxDura = opt.reconnectMaxDuration,
|
|
82414
|
-
reconnectMaxDuration = _opt$reconnectMaxDura === void 0 ?
|
|
82414
|
+
reconnectMaxDuration = _opt$reconnectMaxDura === void 0 ? 30000 : _opt$reconnectMaxDura;
|
|
82415
82415
|
if (!url) {
|
|
82416
82416
|
throw new Error('Must provide url');
|
|
82417
82417
|
}
|
|
@@ -83034,7 +83034,7 @@ var _default = _ref => {
|
|
|
83034
83034
|
_ref2$disconnectThres = _ref2.disconnectThreshold,
|
|
83035
83035
|
disconnectThreshold = _ref2$disconnectThres === void 0 ? (enableReconnection ? 3 : 25) * pingThreshold - 100 : _ref2$disconnectThres,
|
|
83036
83036
|
_ref2$reconnectMaxDur = _ref2.reconnectMaxDuration,
|
|
83037
|
-
reconnectMaxDuration = _ref2$reconnectMaxDur === void 0 ? enableReconnection ?
|
|
83037
|
+
reconnectMaxDuration = _ref2$reconnectMaxDur === void 0 ? enableReconnection ? 30000 : 0 : _ref2$reconnectMaxDur,
|
|
83038
83038
|
p2pEnabled = _ref2.p2pEnabled;
|
|
83039
83039
|
_this = _EventEmitter.call(this) || this;
|
|
83040
83040
|
_this.url = void 0;
|