@opentok/client 2.31.0-alpha.40 → 2.31.0-alpha.41

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.31.0 4fa8a2be5
2
+ * @license OpenTok.js 2.31.0 4ee08fec5
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, 09 Sep 2025 13:28:09 GMT
8
+ * Date: Thu, 11 Sep 2025 11:57:51 GMT
9
9
  */
10
10
 
11
11
  (function webpackUniversalModuleDefinition(root, factory) {
@@ -6062,11 +6062,7 @@ const deviceHelpersFactory = function deviceHelpersFactory(deps) {
6062
6062
  const _deps2 = deps,
6063
6063
  _deps2$hasDeviceChang = _deps2.hasDeviceChangeCapability,
6064
6064
  hasDeviceChangeCapability = _deps2$hasDeviceChang === void 0 ? deviceHelpers.hasDeviceChangeCapability : _deps2$hasDeviceChang;
6065
-
6066
- // See https://jira.vonage.com/browse/VIDCS-811
6067
- // Even though modern FF supports Audio Output API, we disable since
6068
- // our integration tests are failing.
6069
- return !(env != null && env.isFirefox) && hasSetSinkIdCapability() && hasDeviceChangeCapability();
6065
+ return hasSetSinkIdCapability() && hasDeviceChangeCapability();
6070
6066
  };
6071
6067
 
6072
6068
  // OPENTOK-40733, see https://bugs.webkit.org/show_bug.cgi?id=209739#c2
@@ -8692,7 +8688,7 @@ function staticConfigFactory(_temp) {
8692
8688
  _ref$axios = _ref.axios,
8693
8689
  axios = _ref$axios === void 0 ? _axios.default : _ref$axios,
8694
8690
  _ref$properties = _ref.properties,
8695
- properties = _ref$properties === void 0 ? {"version":"v2.31.0","buildHash":"4fa8a2be5","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;
8691
+ properties = _ref$properties === void 0 ? {"version":"v2.31.0","buildHash":"4ee08fec5","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;
8696
8692
  /** @type builtInConfig */
8697
8693
  const builtInConfig = (0, _cloneDeep.default)(properties);
8698
8694
  /**