@opentok/client 2.28.5-alpha.2 → 2.28.5-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.5
|
|
2
|
+
* @license OpenTok.js 2.28.5 383b0af
|
|
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: Fri, 29 Nov 2024 16:35:43 GMT
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
@@ -8107,7 +8107,7 @@ const logging = (0, _log.default)('StaticConfig');
|
|
|
8107
8107
|
*/
|
|
8108
8108
|
|
|
8109
8109
|
/** @type builtInConfig */
|
|
8110
|
-
const builtInConfig = (0, _cloneDeep.default)({"version":"v2.28.5","buildHash":"
|
|
8110
|
+
const builtInConfig = (0, _cloneDeep.default)({"version":"v2.28.5","buildHash":"383b0af","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"});
|
|
8111
8111
|
const whitelistAllowedRuntimeProperties = (0, _pick.default)(['apiURL', 'assetURL', 'cdnURL', 'sessionInfoOverrides', 'loggingURL']);
|
|
8112
8112
|
const liveConfigMap = {
|
|
8113
8113
|
apiUrl: 'apiURL',
|
|
@@ -92753,7 +92753,8 @@ function SinglePeerConnectionAdapterFactory(deps) {
|
|
|
92753
92753
|
}
|
|
92754
92754
|
this.trigger('trackAdded', {
|
|
92755
92755
|
stream: mediaStream,
|
|
92756
|
-
track
|
|
92756
|
+
track,
|
|
92757
|
+
transceiver
|
|
92757
92758
|
});
|
|
92758
92759
|
};
|
|
92759
92760
|
this.disconnect = () => {
|