@vonage/client-sdk-video 2.36.0-alpha.54 → 2.36.0-alpha.55

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.
@@ -677,8 +677,10 @@ declare namespace OT {
677
677
  publish: {
678
678
  (publisher: Publisher, callback?: (error?: OTError) => void): Publisher;
679
679
  (targetElement: string | HTMLElement, properties?: PublisherProperties, callback?: (error?: OTError) => void): Publisher;
680
- promise: (publisher: Publisher) => Promise<Publisher>;
681
- promise: (targetElement: string | HTMLElement, properties?: PublisherProperties) => Promise<Publisher>;
680
+ promise: {
681
+ (publisher: Publisher): Promise<Publisher>;
682
+ (targetElement: string | HTMLElement, properties?: PublisherProperties): Promise<Publisher>;
683
+ }
682
684
  }
683
685
  setEncryptionSecret(secret: string | null): Promise<void>;
684
686
  setIceConfig(iceConfig: IceConfig): Promise <void>;
@@ -1,11 +1,11 @@
1
1
  /**
2
- * @license OpenTok.js 2.36.0 a62f88e
2
+ * @license OpenTok.js 2.36.0 21524fe
3
3
  *
4
4
  * Copyright (c) 2010-2026 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: Mon, 21 Sep 2026 17:44:52 GMT
8
+ * Date: Tue, 22 Sep 2026 06:05:43 GMT
9
9
  */
10
10
 
11
11
  (function webpackUniversalModuleDefinition(root, factory) {
@@ -15934,7 +15934,7 @@ const classifyBuildTimeEnv = function classifyBuildTimeEnv(apiUrl) {
15934
15934
  exports.classifyBuildTimeEnv = classifyBuildTimeEnv;
15935
15935
  const getBuildTimeEnv = function getBuildTimeEnv(properties) {
15936
15936
  if (properties === void 0) {
15937
- properties = typeof {"version":"v2.36.0","buildHash":"a62f88e","minimumVersion":{"firefox":52,"chrome":49},"debug":false,"websiteURL":"http://www.tokbox.com","configURL":"https://config.opentok.com","ipWhitelistConfigURL":"https://config-enterprise.opentok.com","loggingURL":"https://hlg.tokbox.com/localhost","apiURL":"https://anvil.opentok.com","vonageApiURL":"https://video.api.vonage.com"} !== 'undefined' ? {"version":"v2.36.0","buildHash":"a62f88e","minimumVersion":{"firefox":52,"chrome":49},"debug":false,"websiteURL":"http://www.tokbox.com","configURL":"https://config.opentok.com","ipWhitelistConfigURL":"https://config-enterprise.opentok.com","loggingURL":"https://hlg.tokbox.com/localhost","apiURL":"https://anvil.opentok.com","vonageApiURL":"https://video.api.vonage.com"} : {};
15937
+ properties = typeof {"version":"v2.36.0","buildHash":"21524fe","minimumVersion":{"firefox":52,"chrome":49},"debug":false,"websiteURL":"http://www.tokbox.com","configURL":"https://config.opentok.com","ipWhitelistConfigURL":"https://config-enterprise.opentok.com","loggingURL":"https://hlg.tokbox.com/localhost","apiURL":"https://anvil.opentok.com","vonageApiURL":"https://video.api.vonage.com"} !== 'undefined' ? {"version":"v2.36.0","buildHash":"21524fe","minimumVersion":{"firefox":52,"chrome":49},"debug":false,"websiteURL":"http://www.tokbox.com","configURL":"https://config.opentok.com","ipWhitelistConfigURL":"https://config-enterprise.opentok.com","loggingURL":"https://hlg.tokbox.com/localhost","apiURL":"https://anvil.opentok.com","vonageApiURL":"https://video.api.vonage.com"} : {};
15938
15938
  }
15939
15939
  const apiUrl = properties && properties.apiURL || '';
15940
15940
  const vonageApiUrl = properties && properties.vonageApiURL || '';
@@ -40702,7 +40702,7 @@ function staticConfigFactory(_temp) {
40702
40702
  _ref$axios = _ref.axios,
40703
40703
  axios = _ref$axios === void 0 ? _axios.default : _ref$axios,
40704
40704
  _ref$properties = _ref.properties,
40705
- properties = _ref$properties === void 0 ? {"version":"v2.36.0","buildHash":"a62f88e","minimumVersion":{"firefox":52,"chrome":49},"debug":false,"websiteURL":"http://www.tokbox.com","configURL":"https://config.opentok.com","ipWhitelistConfigURL":"https://config-enterprise.opentok.com","loggingURL":"https://hlg.tokbox.com/localhost","apiURL":"https://anvil.opentok.com","vonageApiURL":"https://video.api.vonage.com"} : _ref$properties;
40705
+ properties = _ref$properties === void 0 ? {"version":"v2.36.0","buildHash":"21524fe","minimumVersion":{"firefox":52,"chrome":49},"debug":false,"websiteURL":"http://www.tokbox.com","configURL":"https://config.opentok.com","ipWhitelistConfigURL":"https://config-enterprise.opentok.com","loggingURL":"https://hlg.tokbox.com/localhost","apiURL":"https://anvil.opentok.com","vonageApiURL":"https://video.api.vonage.com"} : _ref$properties;
40706
40706
  /** @type builtInConfig */
40707
40707
  const builtInConfig = (0, _cloneDeep.default)(properties);
40708
40708
  /**