@opentok/client 2.28.3-alpha.1 → 2.28.3-alpha.3
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.28.3
|
|
2
|
+
* @license OpenTok.js 2.28.3 58eaa84
|
|
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: Fri, 30 Aug 2024
|
|
8
|
+
* Date: Fri, 30 Aug 2024 21:08:28 GMT
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
@@ -8045,7 +8045,7 @@ const logging = (0, _log.default)('StaticConfig');
|
|
|
8045
8045
|
*/
|
|
8046
8046
|
|
|
8047
8047
|
/** @type builtInConfig */
|
|
8048
|
-
const builtInConfig = (0, _cloneDeep.default)({"version":"v2.28.3","buildHash":"
|
|
8048
|
+
const builtInConfig = (0, _cloneDeep.default)({"version":"v2.28.3","buildHash":"58eaa84","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"});
|
|
8049
8049
|
const whitelistAllowedRuntimeProperties = (0, _pick.default)(['apiURL', 'assetURL', 'cdnURL', 'sessionInfoOverrides', 'loggingURL']);
|
|
8050
8050
|
const liveConfigMap = {
|
|
8051
8051
|
apiUrl: 'apiURL',
|
|
@@ -22334,6 +22334,9 @@ function PublisherFactory(_ref) {
|
|
|
22334
22334
|
* Dispatched when the user has clicked the Deny button, preventing the
|
|
22335
22335
|
* app from having access to the camera and microphone.
|
|
22336
22336
|
* <p>
|
|
22337
|
+
* This event is also dispatched if the user removes the permissions after previously granting them.
|
|
22338
|
+
* This is a beta feature.
|
|
22339
|
+
* <p>
|
|
22337
22340
|
* <i>Note:</i> On macOS 10.15+ (Catalina), to publish a screen-sharing stream
|
|
22338
22341
|
* the user must grant the browser access to the screen in macOS System Preferences >
|
|
22339
22342
|
* Security & Privacy > Privacy > Screen Recording. Otherwise,
|