@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.
- package/dist/js/opentok.d.ts +4 -2
- package/dist/js/opentok.js +4 -4
- package/dist/js/opentok.min.js +3 -3
- package/package.json +1 -1
package/dist/js/opentok.d.ts
CHANGED
|
@@ -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:
|
|
681
|
-
|
|
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>;
|
package/dist/js/opentok.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license OpenTok.js 2.36.0
|
|
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:
|
|
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":"
|
|
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":"
|
|
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
|
/**
|