@opentok/client 2.28.4-alpha.3 → 2.28.4-alpha.4
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.4
|
|
2
|
+
* @license OpenTok.js 2.28.4 7c610db
|
|
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:
|
|
8
|
+
* Date: Thu, 10 Oct 2024 15:18:33 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.4","buildHash":"
|
|
8048
|
+
const builtInConfig = (0, _cloneDeep.default)({"version":"v2.28.4","buildHash":"7c610db","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',
|
|
@@ -18569,7 +18569,7 @@ function PublisherFactory(_ref) {
|
|
|
18569
18569
|
} else {
|
|
18570
18570
|
logging.warn(`Track with invalid kind has ended: ${track.kind}`);
|
|
18571
18571
|
}
|
|
18572
|
-
logAnalyticsEvent('mediaStopped', '
|
|
18572
|
+
logAnalyticsEvent('mediaStopped', 'Event', {
|
|
18573
18573
|
kind
|
|
18574
18574
|
});
|
|
18575
18575
|
return;
|