@opentok/client 2.28.6-alpha.7 → 2.28.6-alpha.9

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.
package/README.md CHANGED
@@ -29,7 +29,7 @@ const OT = require('@opentok/client');
29
29
  const publisher = OT.initPublisher();
30
30
  ```
31
31
 
32
- Bundle the application with your favourite bundler. For browserify just run:
32
+ Bundle the application with your favorite bundler. For browserify just run:
33
33
 
34
34
  ```sh
35
35
  browserify app.js > bundle.js
@@ -1,11 +1,11 @@
1
1
  /**
2
- * @license OpenTok.js 2.28.6 d0295c5
2
+ * @license OpenTok.js 2.28.6 9f0c5b5
3
3
  *
4
- * Copyright (c) 2010-2024 TokBox, Inc.
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, 24 Dec 2024 18:48:02 GMT
8
+ * Date: Thu, 09 Jan 2025 16:11:16 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.28.6","buildHash":"d0295c5","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.28.6","buildHash":"9f0c5b5","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',
@@ -52822,8 +52822,9 @@ function Analytics(_ref) {
52822
52822
  logging.debug('Failed to send ClientEvent, moving on to the next item.');
52823
52823
  }
52824
52824
  onComplete(err || undefined);
52825
- callback();
52826
52825
  });
52826
+ // Invoke the callback here to move on to the next item in the queue
52827
+ callback();
52827
52828
  });
52828
52829
  };
52829
52830
  const shouldThrottleError = (code, type, partnerId) => {