@opentok/client 2.31.0-alpha.2 → 2.31.0-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 +17 -17
- package/dist/js/opentok.js.map +1 -1
- package/dist/js/opentok.min.js +3 -3
- package/dist/js/opentok.min.js.map +1 -1
- package/package.json +1 -1
package/dist/js/opentok.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license OpenTok.js 2.31.0
|
|
2
|
+
* @license OpenTok.js 2.31.0 e08510e0b
|
|
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: Thu, 17 Jul 2025 07:38:35 GMT
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
@@ -4269,7 +4269,7 @@ function EventsFactory(deps) {
|
|
|
4269
4269
|
/**
|
|
4270
4270
|
* The Session object dispatches a <code>cpuPerformanceChanged</code> event
|
|
4271
4271
|
* when the CPU performance state changes.
|
|
4272
|
-
* The event is only dispatched on Chromium browsers (Chrome 125+, Edge 125+,
|
|
4272
|
+
* The event is only dispatched on Chromium browsers (Chrome 125+, Edge 125+, Opera 111+ and Samsung Internet 27+).
|
|
4273
4273
|
* Events are not dispatched after disconnecting from a session, but they resume after reconnecting.
|
|
4274
4274
|
*
|
|
4275
4275
|
* @property {String} cpuPerformanceState The new CPU performance state. The CPU performance state can
|
|
@@ -8679,7 +8679,7 @@ const logging = (0, _log.default)('StaticConfig');
|
|
|
8679
8679
|
*/
|
|
8680
8680
|
|
|
8681
8681
|
/** @type builtInConfig */
|
|
8682
|
-
const builtInConfig = (0, _cloneDeep.default)({"version":"v2.31.0","buildHash":"
|
|
8682
|
+
const builtInConfig = (0, _cloneDeep.default)({"version":"v2.31.0","buildHash":"e08510e0b","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"});
|
|
8683
8683
|
const whitelistAllowedRuntimeProperties = (0, _pick.default)(['apiURL', 'assetURL', 'cdnURL', 'sessionInfoOverrides', 'loggingURL']);
|
|
8684
8684
|
const liveConfigMap = {
|
|
8685
8685
|
apiUrl: 'apiURL',
|
|
@@ -20196,7 +20196,7 @@ function PublisherFactory(_ref) {
|
|
|
20196
20196
|
* hit by setting the <code>videoContentHint</code> property of the options passed into the
|
|
20197
20197
|
* <a href="OT.html#initPublisher">OT.initPublisher()</a> method.
|
|
20198
20198
|
* <p>
|
|
20199
|
-
* Chrome 60+, Safari 12.1+, Edge 79+,
|
|
20199
|
+
* Chrome 60+, Safari 12.1+, Edge 79+, Opera 47+ and recent versions of Samsung Internet support video content hints.
|
|
20200
20200
|
*
|
|
20201
20201
|
* @param {String} videoContentHint You can set this to one of the following values:
|
|
20202
20202
|
* <p>
|
|
@@ -22253,7 +22253,7 @@ function PublisherFactory(_ref) {
|
|
|
22253
22253
|
* </p>
|
|
22254
22254
|
*
|
|
22255
22255
|
* <p>
|
|
22256
|
-
* <em>Note:</em> Video filters are only supported in recent versions of Chrome, Electron, Opera, and
|
|
22256
|
+
* <em>Note:</em> Video filters are only supported in recent versions of Chrome, Electron, Opera, Edge and Samsung Internet.
|
|
22257
22257
|
* They are not supported in other (non-Chromium-based) browsers or on iOS. You can check if the client
|
|
22258
22258
|
* supports this feature by calling the
|
|
22259
22259
|
* <a href="OT.html#hasMediaProcessorSupport">OT.hasMediaProcessorSupport()</a> method.
|
|
@@ -22523,7 +22523,7 @@ function PublisherFactory(_ref) {
|
|
|
22523
22523
|
* </p>
|
|
22524
22524
|
*
|
|
22525
22525
|
* <p>
|
|
22526
|
-
* <em>Note:</em> Audio filters are only supported in recent versions of Chrome, Electron, Opera, and
|
|
22526
|
+
* <em>Note:</em> Audio filters are only supported in recent versions of Chrome, Electron, Opera, Edge and Samsung Internet.
|
|
22527
22527
|
* They are not supported in other (non-Chromium-based) browsers or on iOS. You can check if the client
|
|
22528
22528
|
* supports this feature by calling the
|
|
22529
22529
|
* <a href="OT.html#hasMediaProcessorSupport">OT.hasMediaProcessorSupport()</a> method.
|
|
@@ -22804,7 +22804,7 @@ function PublisherFactory(_ref) {
|
|
|
22804
22804
|
* </p>
|
|
22805
22805
|
*
|
|
22806
22806
|
* <p>
|
|
22807
|
-
* <em>Note:</em> MediaProcessors are only supported in recent versions of Chrome, Electron, Opera, and
|
|
22807
|
+
* <em>Note:</em> MediaProcessors are only supported in recent versions of Chrome, Electron, Opera, Edge and Samsung Internet.
|
|
22808
22808
|
* They are not supported in other (non-Chromium-based) browsers or on iOS. You can check if the client
|
|
22809
22809
|
* supports this feature by calling the
|
|
22810
22810
|
* <a href="OT.html#hasMediaProcessorSupport">OT.hasMediaProcessorSupport()</a> method.
|
|
@@ -22963,7 +22963,7 @@ function PublisherFactory(_ref) {
|
|
|
22963
22963
|
* connector, the previously set audio connector is removed.
|
|
22964
22964
|
*
|
|
22965
22965
|
* <p>
|
|
22966
|
-
* <em>Note:</em> MediaProcessors are only supported in recent versions of Chrome, Electron, Opera, and
|
|
22966
|
+
* <em>Note:</em> MediaProcessors are only supported in recent versions of Chrome, Electron, Opera, Edge and Samsung Internet.
|
|
22967
22967
|
* They are not supported in other (non-Chromium-based) browsers or on iOS. You can check if the client
|
|
22968
22968
|
* supports this feature by calling the
|
|
22969
22969
|
* <a href="OT.html#hasMediaProcessorSupport">OT.hasMediaProcessorSupport()</a> method.
|
|
@@ -40724,7 +40724,7 @@ function SubscriberFactory(_ref2) {
|
|
|
40724
40724
|
* connector, the previously set video connector is removed.
|
|
40725
40725
|
*
|
|
40726
40726
|
* <p>
|
|
40727
|
-
* <em>Note:</em> MediaProcessors are only supported in recent versions of Chrome, Electron, Opera, and
|
|
40727
|
+
* <em>Note:</em> MediaProcessors are only supported in recent versions of Chrome, Electron, Opera, Edge and Samsung Internet.
|
|
40728
40728
|
* They are not supported in other (non-Chromium-based) browsers or on iOS. You can check if the client
|
|
40729
40729
|
* supports this feature by calling the
|
|
40730
40730
|
* <a href="OT.html#hasMediaProcessorSupport">OT.hasMediaProcessorSupport()</a> method.
|
|
@@ -40914,7 +40914,7 @@ function SubscriberFactory(_ref2) {
|
|
|
40914
40914
|
* connector, the previously set audio connector is removed.
|
|
40915
40915
|
*
|
|
40916
40916
|
* <p>
|
|
40917
|
-
* <em>Note:</em> MediaProcessors are only supported in recent versions of Chrome, Electron, Opera, and
|
|
40917
|
+
* <em>Note:</em> MediaProcessors are only supported in recent versions of Chrome, Electron, Opera, Edge and Samsung Internet.
|
|
40918
40918
|
* They are not supported in other (non-Chromium-based) browsers or on iOS. You can check if the client
|
|
40919
40919
|
* supports this feature by calling the
|
|
40920
40920
|
* <a href="OT.html#hasMediaProcessorSupport">OT.hasMediaProcessorSupport()</a> method.
|
|
@@ -42854,7 +42854,7 @@ function initPublisherFactory(deps) {
|
|
|
42854
42854
|
* </p>
|
|
42855
42855
|
* </li>
|
|
42856
42856
|
* </ul>
|
|
42857
|
-
* <em>Note:</em> Audio filters are only supported in recent versions of Chrome, Electron, Opera, and
|
|
42857
|
+
* <em>Note:</em> Audio filters are only supported in recent versions of Chrome, Electron, Opera, Edge and Samsung Internet.
|
|
42858
42858
|
* They are not supported in other (non-Chromium-based) browsers or on iOS. You can check if the client
|
|
42859
42859
|
* supports this feature by calling the
|
|
42860
42860
|
* <a href="OT.html#hasMediaProcessorSupport">OT.hasMediaProcessorSupport()</a> method.
|
|
@@ -43267,7 +43267,7 @@ function initPublisherFactory(deps) {
|
|
|
43267
43267
|
* a lot of text (such as a slideshow).
|
|
43268
43268
|
* </p>
|
|
43269
43269
|
* <p>
|
|
43270
|
-
* Chrome 60+, Safari 12.1+, Edge 79+,
|
|
43270
|
+
* Chrome 60+, Safari 12.1+, Edge 79+, Opera 47+ and recent versions of Samsung Internet support video content hints.
|
|
43271
43271
|
* </p>
|
|
43272
43272
|
* <p>
|
|
43273
43273
|
* Also see the <a href="Publisher.html#setVideoContentHint">Publisher.setVideoContentHint()</a> method
|
|
@@ -43309,7 +43309,7 @@ function initPublisherFactory(deps) {
|
|
|
43309
43309
|
* </p>
|
|
43310
43310
|
* </li>
|
|
43311
43311
|
* </ul>
|
|
43312
|
-
* <em>Note:</em> Video filters are only supported in recent versions of Chrome, Electron, Opera, and
|
|
43312
|
+
* <em>Note:</em> Video filters are only supported in recent versions of Chrome, Electron, Opera, Edge and Samsung Internet.
|
|
43313
43313
|
* They are not supported in other (non-Chromium-based) browsers or on iOS. You can check if the client
|
|
43314
43314
|
* supports this feature by calling the
|
|
43315
43315
|
* <a href="OT.html#hasMediaProcessorSupport">OT.hasMediaProcessorSupport()</a> method.
|
|
@@ -48686,7 +48686,7 @@ const _deviceHelpers = (0, _deviceHelpers2.default)(),
|
|
|
48686
48686
|
* <ul>
|
|
48687
48687
|
* <li>
|
|
48688
48688
|
* Current browser support is for desktop versions of Chrome 49+,
|
|
48689
|
-
* Edge 17+, and Opera 36
|
|
48689
|
+
* Edge 17+, and Opera 36+, and recent versions of Samsung Internet.
|
|
48690
48690
|
* </li>
|
|
48691
48691
|
* <li>
|
|
48692
48692
|
* The browser may limit the number of returned audio output devices
|
|
@@ -48736,7 +48736,7 @@ const _activeAudioOutputDev = (0, _deviceHelpers.default)(),
|
|
|
48736
48736
|
* </p>
|
|
48737
48737
|
* <p>
|
|
48738
48738
|
* <em>Note</em>: Current browser support is for desktop versions of Chrome 49+,
|
|
48739
|
-
* Edge 17+, and Opera 36
|
|
48739
|
+
* Edge 17+, and Opera 36+, and recent versions of Samsung Internet.
|
|
48740
48740
|
* </p>
|
|
48741
48741
|
*
|
|
48742
48742
|
* @see <a href="#getAudioOutputDevices">OT.getAudioOutputDevices()</a>
|
|
@@ -85232,7 +85232,7 @@ var _default = function _default(deps) {
|
|
|
85232
85232
|
*
|
|
85233
85233
|
* <p>
|
|
85234
85234
|
* <em>Note</em>: Current browser support is for desktop versions of Chrome 49+,
|
|
85235
|
-
* Edge 17+, and Opera 36
|
|
85235
|
+
* Edge 17+, and Opera 36+, and recent versions of Samsung Internet.
|
|
85236
85236
|
* </p>
|
|
85237
85237
|
*
|
|
85238
85238
|
* @see <a href="#getAudioOutputDevices">OT.getAudioOutputDevices()</a>
|