@opentok/client 2.27.3-beta.3 → 2.27.3-beta.4

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.27.3-beta.03 7ad22c0
2
+ * @license OpenTok.js 2.27.3-beta.04 8ac1f73
3
3
  *
4
4
  * Copyright (c) 2010-2024 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, 19 Mar 2024 16:57:00 GMT
8
+ * Date: Fri, 19 Apr 2024 14:53:20 GMT
9
9
  */
10
10
 
11
11
  (function webpackUniversalModuleDefinition(root, factory) {
@@ -7952,7 +7952,7 @@ const logging = (0, _log.default)('StaticConfig');
7952
7952
  */
7953
7953
 
7954
7954
  /** @type builtInConfig */
7955
- const builtInConfig = (0, _cloneDeep.default)({"version":"v2.27.3-beta.03","buildHash":"7ad22c0","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"});
7955
+ const builtInConfig = (0, _cloneDeep.default)({"version":"v2.27.3-beta.04","buildHash":"8ac1f73","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"});
7956
7956
  const whitelistAllowedRuntimeProperties = (0, _pick.default)(['apiURL', 'assetURL', 'cdnURL', 'sessionInfoOverrides', 'loggingURL']);
7957
7957
  const liveConfigMap = {
7958
7958
  apiUrl: 'apiURL',
@@ -96722,9 +96722,11 @@ var _default = publisher => {
96722
96722
  case 5:
96723
96723
  device = _context.sent;
96724
96724
  isProcessing = false;
96725
- publisher.setAudioSource(device.deviceId);
96726
- publisher.dispatchEvent(new Events.AudioInputDeviceChanged(device));
96725
+ _context.next = 9;
96726
+ return publisher.setAudioSource(device.deviceId);
96727
96727
  case 9:
96728
+ publisher.dispatchEvent(new Events.AudioInputDeviceChanged(device));
96729
+ case 10:
96728
96730
  case "end":
96729
96731
  return _context.stop();
96730
96732
  }