@opentok/client 2.33.0-alpha.17 → 2.33.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.33.0
|
|
2
|
+
* @license OpenTok.js 2.33.0 f5c37ac3d
|
|
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, 12 Dec 2025 11:22:39 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":"f5c37ac3d","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
|
/**
|
|
@@ -42035,11 +42035,11 @@ function SubscriberFactory(_ref2) {
|
|
|
42035
42035
|
* <li><code>"publishVideo"</code> — The publisher stopped publishing video by calling
|
|
42036
42036
|
* <code>publishVideo(false)</code>.</li>
|
|
42037
42037
|
*
|
|
42038
|
-
* <li><code>"quality"</code> — The Vonage Video
|
|
42038
|
+
* <li><code>"quality"</code> — The Vonage Video Media Router or the publishing client
|
|
42039
42039
|
* stopped sending video to the subscriber based on stream quality changes due to connectivity
|
|
42040
42040
|
* degradation.
|
|
42041
42041
|
* <p>
|
|
42042
|
-
* In routed sessions, the source of this event can be the Vonage Video
|
|
42042
|
+
* In routed sessions, the source of this event can be the Vonage Video Media Router
|
|
42043
42043
|
* (Subscriber Audio Fallback) or the publishing client (Publisher Audio Fallback). In both
|
|
42044
42044
|
* cases, the video stream is dropped specifically for the affected subscriber, while the audio
|
|
42045
42045
|
* stream (if present) continues uninterrupted. When the source is the publishing client, the
|