@opentok/client 2.28.4-alpha.26 → 2.28.4-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.28.4 dd269b7
2
+ * @license OpenTok.js 2.28.4 1e14a45
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 Nov 2024 19:01:55 GMT
8
+ * Date: Wed, 20 Nov 2024 20:03:38 GMT
9
9
  */
10
10
 
11
11
  (function webpackUniversalModuleDefinition(root, factory) {
@@ -3236,6 +3236,10 @@ function EventsFactory(deps) {
3236
3236
  * from the session, by calling the <code>forceDisconnect()</code> method of the Session
3237
3237
  * object. (See <a href="Session.html#forceDisconnect">Session.forceDisconnect()</a>.)</li>
3238
3238
  *
3239
+ * <li><code>"mediaIdle"</code> &#151; The client was disconnected from a session
3240
+ * because it did not publish or subscribe to streams within 4 hours of
3241
+ * connecting</li>
3242
+ *
3239
3243
  * <li><code>"networkDisconnected"</code> &#151; The network connection terminated abruptly
3240
3244
  * (for example, the client lost their internet connection) and was detected by the
3241
3245
  * Vonage Video API platform.</li>
@@ -3557,6 +3561,10 @@ function EventsFactory(deps) {
3557
3561
  * "Session.html#forceDisconnect">Session.forceDisconnect()</a>.)
3558
3562
  * </li>
3559
3563
  *
3564
+ * <li><code>"mediaIdle"</code> &#151; The client was disconnected from
3565
+ * the session because it did not publish or subscribe to streams within
3566
+ * 4 hours of connecting.</li>
3567
+ *
3560
3568
  * <li><code>"networkDisconnected"</code> &mdash; The network connection terminated
3561
3569
  * abruptly (for example, the client lost their internet connection) and was detected by
3562
3570
  * the Vonage Video API platform.
@@ -8100,7 +8108,7 @@ const logging = (0, _log.default)('StaticConfig');
8100
8108
  */
8101
8109
 
8102
8110
  /** @type builtInConfig */
8103
- const builtInConfig = (0, _cloneDeep.default)({"version":"v2.28.4","buildHash":"dd269b7","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"});
8111
+ const builtInConfig = (0, _cloneDeep.default)({"version":"v2.28.4","buildHash":"1e14a45","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"});
8104
8112
  const whitelistAllowedRuntimeProperties = (0, _pick.default)(['apiURL', 'assetURL', 'cdnURL', 'sessionInfoOverrides', 'loggingURL']);
8105
8113
  const liveConfigMap = {
8106
8114
  apiUrl: 'apiURL',