@opentok/client 2.31.0-alpha.46 → 2.31.0-alpha.48
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 ec933ab22
|
|
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, 19 Sep 2025 07:37:46 GMT
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
@@ -8688,7 +8688,7 @@ function staticConfigFactory(_temp) {
|
|
|
8688
8688
|
_ref$axios = _ref.axios,
|
|
8689
8689
|
axios = _ref$axios === void 0 ? _axios.default : _ref$axios,
|
|
8690
8690
|
_ref$properties = _ref.properties,
|
|
8691
|
-
properties = _ref$properties === void 0 ? {"version":"v2.31.0","buildHash":"
|
|
8691
|
+
properties = _ref$properties === void 0 ? {"version":"v2.31.0","buildHash":"ec933ab22","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;
|
|
8692
8692
|
/** @type builtInConfig */
|
|
8693
8693
|
const builtInConfig = (0, _cloneDeep.default)(properties);
|
|
8694
8694
|
/**
|
|
@@ -45480,6 +45480,9 @@ function SessionFactory(deps) {
|
|
|
45480
45480
|
* <li><code>subscribeToVideo</code> (Boolean) — Whether to initially subscribe to video
|
|
45481
45481
|
* (if available) for the stream (default: <code>true</code>).</li>
|
|
45482
45482
|
*
|
|
45483
|
+
* <li><code>subscribeToCaptions</code> (Boolean) — Whether to initially subscribe to captions
|
|
45484
|
+
* (if available) for the stream (default: The captions value of the stream’s publisher).</li>
|
|
45485
|
+
*
|
|
45483
45486
|
* <li><code>testNetwork</code> (Boolean) — Whether, when subscribing to a stream
|
|
45484
45487
|
* published by the local client, you want to have the stream come from the Vonage Video API Media
|
|
45485
45488
|
* Router (<code>true</code>) or if you want the DOM to simply to display the local camera's
|