@opentok/client 2.31.0-alpha.20 → 2.31.0-alpha.21
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 d3f3517fa
|
|
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: Fri, 01 Aug 2025 08:07:20 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":"d3f3517fa","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',
|
|
@@ -40428,6 +40428,7 @@ function SubscriberFactory(_ref2) {
|
|
|
40428
40428
|
var _getPeerConnectionByS;
|
|
40429
40429
|
(_getPeerConnectionByS = getPeerConnectionBySourceStreamId('P2P')) == null ? void 0 : _getPeerConnectionByS.then(pc => destroyPeerConnection(pc, 'P2P'));
|
|
40430
40430
|
}
|
|
40431
|
+
_state.set('Subscribing');
|
|
40431
40432
|
clearTimeout(_migrationTimeoutId);
|
|
40432
40433
|
logAnalyticsEvent('Migrate', 'Success');
|
|
40433
40434
|
},
|