@opentok/client 2.34.0-alpha.26 → 2.34.0-alpha.28

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.34.0 369e6632c
2
+ * @license OpenTok.js 2.34.0 aa7e98003
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: Wed, 11 Mar 2026 14:39:32 GMT
8
+ * Date: Tue, 17 Mar 2026 11:27:21 GMT
9
9
  */
10
10
 
11
11
  (function webpackUniversalModuleDefinition(root, factory) {
@@ -8593,7 +8593,7 @@ function staticConfigFactory(_temp) {
8593
8593
  _ref$axios = _ref.axios,
8594
8594
  axios = _ref$axios === void 0 ? _axios.default : _ref$axios,
8595
8595
  _ref$properties = _ref.properties,
8596
- properties = _ref$properties === void 0 ? {"version":"v2.34.0","buildHash":"369e6632c","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;
8596
+ properties = _ref$properties === void 0 ? {"version":"v2.34.0","buildHash":"aa7e98003","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;
8597
8597
  /** @type builtInConfig */
8598
8598
  const builtInConfig = (0, _cloneDeep.default)(properties);
8599
8599
  /**
@@ -39009,6 +39009,7 @@ function SubscriberFactory(_ref2) {
39009
39009
  _videoQualityWatcher.stop();
39010
39010
  }
39011
39011
  });
39012
+ this.on('networkConditionChanged:added', activateDownlinkStatsChannel);
39012
39013
  const _getStatsWrapper = /*#__PURE__*/function () {
39013
39014
  var _ref8 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee4(source, reportType, callback) {
39014
39015
  var isRtcStatsReport, isPlainStats, errorCode, allPCPromises, allPCs, stats, pcPromise, pc, getStats;