@opentok/client 2.35.0-alpha.6 → 2.35.0-alpha.7

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.35.0 934a7b9df
2
+ * @license OpenTok.js 2.35.0 48283325a
3
3
  *
4
4
  * Copyright (c) 2010-2026 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: Fri, 17 Apr 2026 13:28:21 GMT
8
+ * Date: Wed, 22 Apr 2026 14:24:18 GMT
9
9
  */
10
10
 
11
11
  (function webpackUniversalModuleDefinition(root, factory) {
@@ -10228,7 +10228,7 @@ function staticConfigFactory(_temp) {
10228
10228
  _ref$axios = _ref.axios,
10229
10229
  axios = _ref$axios === void 0 ? _axios.default : _ref$axios,
10230
10230
  _ref$properties = _ref.properties,
10231
- properties = _ref$properties === void 0 ? {"version":"v2.35.0","buildHash":"934a7b9df","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;
10231
+ properties = _ref$properties === void 0 ? {"version":"v2.35.0","buildHash":"48283325a","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;
10232
10232
  /** @type builtInConfig */
10233
10233
  const builtInConfig = (0, _cloneDeep.default)(properties);
10234
10234
  /**
@@ -53338,6 +53338,9 @@ function SubscriberFactory(_ref2) {
53338
53338
  /**
53339
53339
  * Sets the preferred language for captions translation for this subscriber.
53340
53340
  *
53341
+ * <p>
53342
+ * <i>This is a private beta feature.</i>
53343
+ *
53341
53344
  * @param {CaptionsLanguageCode | null} langCode - The language code to translate captions into.
53342
53345
  * Pass <code>null</code> to use the default language of session (no translation).
53343
53346
  *
@@ -53382,8 +53385,15 @@ function SubscriberFactory(_ref2) {
53382
53385
  * Returns the current captions translation language code for this subscriber.
53383
53386
  * If no translation language is set, returns <code>null</code> to indicate the default language is used.
53384
53387
  *
53388
+ * <p>
53389
+ * <i>This is a private beta feature.</i>
53390
+ *
53385
53391
  * @returns {CaptionsLanguageCode | null} The language code currently set for
53386
53392
  * captions translation, or <code>null</code> if default.
53393
+ *
53394
+ * @method #getCaptionsTranslationLanguage
53395
+ * @memberOf Subscriber
53396
+ *
53387
53397
  */
53388
53398
  this.getCaptionsTranslationLanguage = () => _properties.captionsTranslationLanguage;
53389
53399