@opentok/client 2.29.0-alpha.4 → 2.29.0-alpha.5

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.
@@ -577,6 +577,7 @@ declare namespace OT {
577
577
  iceConfig?: IceConfig;
578
578
  ipWhitelist?: boolean;
579
579
  encryptionSecret?: string;
580
+ singlePeerConnection?: boolean;
580
581
  }
581
582
  ): Session;
582
583
 
@@ -1,11 +1,11 @@
1
1
  /**
2
- * @license OpenTok.js 2.29.0 498b7af
2
+ * @license OpenTok.js 2.29.0 678ee0d
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: Wed, 11 Dec 2024 17:28:06 GMT
8
+ * Date: Wed, 11 Dec 2024 19:52:58 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.29.0","buildHash":"498b7af","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.29.0","buildHash":"678ee0d","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',
@@ -105221,6 +105221,12 @@ function initSessionFactory(deps) {
105221
105221
  * end-to-end encryption feature. See <a href="https://tokbox.com/developer/guides/end-to-end-encryption/">
105222
105222
  * the developer guide</a>.
105223
105223
  * </li>
105224
+ * <li><code>singlePeerConnection</code> &mdash; (Boolean) Enables the Single Peer Connection (SPC) feature.
105225
+ * SPC is a feature that encapsulates all subscriber connections to a single peer
105226
+ * connection. The benefits of enabling SPC include reduced OS resource consumption and improved rate control.
105227
+ * SPC is disabled by default. When disabled, the session will use Multiple Peer Connection (MPC), where a
105228
+ * separate peer connection is established between each endpoint.
105229
+ * </li>
105224
105230
  * </ul>
105225
105231
  *
105226
105232
  * @returns {Session} The session object through which all further interactions with