@opentok/client 2.31.0-alpha.17 → 2.31.0-alpha.18
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 5c539da4c
|
|
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: Tue, 29 Jul 2025 09:
|
|
8
|
+
* Date: Tue, 29 Jul 2025 09:25:53 GMT
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
@@ -8682,7 +8682,7 @@ const logging = (0, _log.default)('StaticConfig');
|
|
|
8682
8682
|
*/
|
|
8683
8683
|
|
|
8684
8684
|
/** @type builtInConfig */
|
|
8685
|
-
const builtInConfig = (0, _cloneDeep.default)({"version":"v2.31.0","buildHash":"
|
|
8685
|
+
const builtInConfig = (0, _cloneDeep.default)({"version":"v2.31.0","buildHash":"5c539da4c","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"});
|
|
8686
8686
|
const whitelistAllowedRuntimeProperties = (0, _pick.default)(['apiURL', 'assetURL', 'cdnURL', 'sessionInfoOverrides', 'loggingURL']);
|
|
8687
8687
|
const liveConfigMap = {
|
|
8688
8688
|
apiUrl: 'apiURL',
|
|
@@ -84785,9 +84785,6 @@ function initSessionFactory(deps) {
|
|
|
84785
84785
|
* allowing the client to to remain connected during server rotation. The default value is <code>false</code>
|
|
84786
84786
|
* (session migration is not enabled). For more information, see
|
|
84787
84787
|
* <a href="https://tokbox.com/developer/guides/server-rotation/">Server Rotation and Session Migration</a>.
|
|
84788
|
-
* <p>
|
|
84789
|
-
* <i>This is a beta feature.</i>
|
|
84790
|
-
* </p>
|
|
84791
84788
|
* </li>
|
|
84792
84789
|
* </ul>
|
|
84793
84790
|
*
|