@vonage/client-sdk-video 2.28.6-alpha.10 → 2.28.6-alpha.11
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.6
|
|
2
|
+
* @license OpenTok.js 2.28.6 6956622
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2010-2025 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: Fri, 10 Jan 2025 12:03:33 GMT
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
@@ -8118,7 +8118,7 @@ const logging = (0, _log.default)('StaticConfig');
|
|
|
8118
8118
|
*/
|
|
8119
8119
|
|
|
8120
8120
|
/** @type builtInConfig */
|
|
8121
|
-
const builtInConfig = (0, _cloneDeep.default)({"version":"v2.28.6","buildHash":"
|
|
8121
|
+
const builtInConfig = (0, _cloneDeep.default)({"version":"v2.28.6","buildHash":"6956622","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"});
|
|
8122
8122
|
const whitelistAllowedRuntimeProperties = (0, _pick.default)(['apiURL', 'assetURL', 'cdnURL', 'sessionInfoOverrides', 'loggingURL']);
|
|
8123
8123
|
const liveConfigMap = {
|
|
8124
8124
|
apiUrl: 'apiURL',
|
|
@@ -21732,7 +21732,7 @@ function PublisherFactory(_ref) {
|
|
|
21732
21732
|
this.getVideoFilter = () => {
|
|
21733
21733
|
logAnalyticsEvent('getVideoFilter', 'Attempt');
|
|
21734
21734
|
logAnalyticsEvent('getVideoFilter', 'Success');
|
|
21735
|
-
return currentVideoFilter
|
|
21735
|
+
return currentVideoFilter || null;
|
|
21736
21736
|
};
|
|
21737
21737
|
|
|
21738
21738
|
/**
|
|
@@ -59755,7 +59755,7 @@ function SubscriberFactory(_ref2) {
|
|
|
59755
59755
|
}, _callee9);
|
|
59756
59756
|
})), 2000);
|
|
59757
59757
|
}
|
|
59758
|
-
if (_widgetView) {
|
|
59758
|
+
if (_widgetView && sourceStreamId === _activeSourceStreamId) {
|
|
59759
59759
|
_widgetView.loading(currentConnectionState !== _eventNames.default.SUBSCRIBER_CONNECTED);
|
|
59760
59760
|
}
|
|
59761
59761
|
logging.debug(`OT.Subscriber.connectionStateChanged to ${state}`);
|