@vonage/client-sdk-video 2.35.0-alpha.15 → 2.35.0-alpha.16
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 +1 -1
- package/dist/js/opentok.js +3 -3
- package/dist/js/opentok.min.js +3 -3
- package/package.json +1 -1
package/dist/js/opentok.d.ts
CHANGED
|
@@ -75,7 +75,7 @@ declare namespace OT {
|
|
|
75
75
|
|
|
76
76
|
export function getSupportedCodecs(): Promise<{ videoEncoders: ('H264' | 'VP8' | 'VP9')[], videoDecoders: ('H264' | 'VP8' | 'VP9')[] }>;
|
|
77
77
|
|
|
78
|
-
export function hasMediaProcessorSupport(mediaType
|
|
78
|
+
export function hasMediaProcessorSupport(mediaType?: 'audio' | 'video' | 'both'): boolean;
|
|
79
79
|
|
|
80
80
|
export function hasEndToEndEncryptionSupport(): boolean;
|
|
81
81
|
|
package/dist/js/opentok.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license OpenTok.js 2.35.0
|
|
2
|
+
* @license OpenTok.js 2.35.0 ddc5de1ff
|
|
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: Sat, 09 May 2026 12:51:10 GMT
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
@@ -41640,7 +41640,7 @@ function staticConfigFactory(_temp) {
|
|
|
41640
41640
|
_ref$axios = _ref.axios,
|
|
41641
41641
|
axios = _ref$axios === void 0 ? _axios.default : _ref$axios,
|
|
41642
41642
|
_ref$properties = _ref.properties,
|
|
41643
|
-
properties = _ref$properties === void 0 ? {"version":"v2.35.0","buildHash":"
|
|
41643
|
+
properties = _ref$properties === void 0 ? {"version":"v2.35.0","buildHash":"ddc5de1ff","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","vonageApiURL":""} : _ref$properties;
|
|
41644
41644
|
/** @type builtInConfig */
|
|
41645
41645
|
const builtInConfig = (0, _cloneDeep.default)(properties);
|
|
41646
41646
|
/**
|