@opentok/client 2.35.0-alpha.40 → 2.35.0-alpha.41
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.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license OpenTok.js 2.35.0
|
|
2
|
+
* @license OpenTok.js 2.35.0 db3d47ad3
|
|
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: Mon, 01 Jun 2026 07:21:56 GMT
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
@@ -29436,10 +29436,6 @@ function getUserMediaFactory(deps) {
|
|
|
29436
29436
|
return customGetUserMedia(...arguments);
|
|
29437
29437
|
}
|
|
29438
29438
|
if (navigator.mediaDevices) {
|
|
29439
|
-
if (env.isAndroidWebView) {
|
|
29440
|
-
// eslint-disable-next-line no-undef
|
|
29441
|
-
return parent.navigator.mediaDevices.getUserMedia(...arguments);
|
|
29442
|
-
}
|
|
29443
29439
|
return navigator.mediaDevices.getUserMedia(...arguments);
|
|
29444
29440
|
}
|
|
29445
29441
|
return Promise.reject(new Error('Cannot find getUserMedia'));
|
|
@@ -41927,7 +41923,7 @@ function staticConfigFactory(_temp) {
|
|
|
41927
41923
|
_ref$axios = _ref.axios,
|
|
41928
41924
|
axios = _ref$axios === void 0 ? _axios.default : _ref$axios,
|
|
41929
41925
|
_ref$properties = _ref.properties,
|
|
41930
|
-
properties = _ref$properties === void 0 ? {"version":"v2.35.0","buildHash":"
|
|
41926
|
+
properties = _ref$properties === void 0 ? {"version":"v2.35.0","buildHash":"db3d47ad3","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;
|
|
41931
41927
|
/** @type builtInConfig */
|
|
41932
41928
|
const builtInConfig = (0, _cloneDeep.default)(properties);
|
|
41933
41929
|
/**
|