@opentok/client 2.29.0-alpha.11 → 2.29.0-alpha.13

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.
@@ -1,11 +1,11 @@
1
1
  /**
2
- * @license OpenTok.js 2.29.0 880dbb9
2
+ * @license OpenTok.js 2.29.0 4154302
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, 28 Jan 2025 19:37:57 GMT
8
+ * Date: Wed, 29 Jan 2025 22:07:29 GMT
9
9
  */
10
10
 
11
11
  (function webpackUniversalModuleDefinition(root, factory) {
@@ -8118,7 +8118,7 @@ const logging = (0, _log.default)('StaticConfig');
8118
8118
  */
8119
8119
 
8120
8120
  /** @type builtInConfig */
8121
- const builtInConfig = (0, _cloneDeep.default)({"version":"v2.29.0","buildHash":"880dbb9","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"});
8121
+ const builtInConfig = (0, _cloneDeep.default)({"version":"v2.29.0","buildHash":"4154302","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"});
8122
8122
  const whitelistAllowedRuntimeProperties = (0, _pick.default)(['apiURL', 'assetURL', 'cdnURL', 'sessionInfoOverrides', 'loggingURL']);
8123
8123
  const liveConfigMap = {
8124
8124
  apiUrl: 'apiURL',
@@ -37700,12 +37700,11 @@ function SubscriberFactory(_ref2) {
37700
37700
  * the <a href="https://tokbox.com/developer/guides/create-session/#media-mode">media mode</a>
37701
37701
  * set to routed), not in sessions with the media mode set to relayed.
37702
37702
  * <p>
37703
- * You can disable this audio-only fallback feature, by setting the
37704
- * <code>audioFallbackEnabled</code> property to <code>false</code> in the options you pass
37705
- * into the <code>OT.initPublisher()</code> method on the publishing client. (See
37706
- * <a href="OT.html#initPublisher">OT.initPublisher()</a>.) Note that <code>audioFallbackEnabled</code>
37707
- * will be deprecated in the future. Please instead set the <code>subscriber</code> property of the
37708
- * <code>audioFallback</code> object to <code>false</code>.
37703
+ * You can disable this audio-only fallback feature by setting the
37704
+ * <code>audioFallback.subscriber</code> property to <code>false</code>
37705
+ * in the options you pass to the <code>OT.initPublisher()</code>
37706
+ * method on the publishing client. (See
37707
+ * <a href="OT.html#initPublisher">OT.initPublisher()</a>.)
37709
37708
  * </li>
37710
37709
  *
37711
37710
  * <li><code>"subscribeToVideo"</code> &mdash; The subscriber started or stopped subscribing to
@@ -39177,7 +39176,8 @@ function initPublisherFactory(deps) {
39177
39176
  * </ul>
39178
39177
  * </li>
39179
39178
  * <li>
39180
- * <strong>audioFallbackEnabled</strong> (Boolean) &#151; Whether the stream will use the
39179
+ * <strong>audioFallbackEnabled</strong> (Boolean) &#151; Deprecated. Use the <code>audioFallback.subscriber</code> property of the options object instead.
39180
+ * This property indicates whether the stream will use the
39181
39181
  * audio-fallback feature (<code>true</code>) or not (<code>false</code>). The audio-fallback
39182
39182
  * feature is available in sessions that use the Vonage Video API Media Router. With the audio-fallback
39183
39183
  * feature enabled (the default), when the server determines that a stream's quality has degraded
@@ -39191,8 +39191,6 @@ function initPublisherFactory(deps) {
39191
39191
  * <a href="Subscriber.html#event:videoDisabled">videoDisabled</a> event and
39192
39192
  * <a href="https://tokbox.com/developer/guides/create-session/#media-mode">the Vonage Video API Media
39193
39193
  * Router and media modes</a>.
39194
- * <p>Note that this property will be deprecated in the future. Use the <code>audioFallback</code>
39195
- * parameter instead.</p>
39196
39194
  * </li>
39197
39195
  * <li>
39198
39196
  * <strong>audioFilter</strong> (Object) &#151; An object containing properties that define the