@webex/plugin-meetings 3.11.0-next.20 → 3.11.0-next.21
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/breakouts/breakout.js +1 -1
- package/dist/breakouts/index.js +1 -1
- package/dist/interpretation/index.js +1 -1
- package/dist/interpretation/siLanguage.js +1 -1
- package/dist/meeting/index.js.map +1 -1
- package/dist/types/meeting/index.d.ts +1 -1
- package/dist/webinar/index.js +1 -1
- package/package.json +14 -14
- package/src/meeting/index.ts +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
2
|
import { StatelessWebexPlugin } from '@webex/webex-core';
|
|
3
3
|
import { ClientEvent, ClientEventLeaveReason } from '@webex/internal-plugin-metrics';
|
|
4
|
-
import { ClientEvent as RawClientEvent } from '@webex/event-dictionary-ts';
|
|
4
|
+
import type { ClientEvent as RawClientEvent } from '@webex/event-dictionary-ts';
|
|
5
5
|
import { MediaType, StatsAnalyzer, NetworkQualityMonitor, StatsMonitor } from '@webex/internal-media-core';
|
|
6
6
|
import { LocalStream, LocalCameraStream, LocalDisplayStream, LocalSystemAudioStream, LocalMicrophoneStream } from '@webex/media-helpers';
|
|
7
7
|
import Roap, { type TurnDiscoverySkipReason } from '../roap/index';
|
package/dist/webinar/index.js
CHANGED
package/package.json
CHANGED
|
@@ -41,9 +41,10 @@
|
|
|
41
41
|
"@types/jsdom": "^21",
|
|
42
42
|
"@webex/babel-config-legacy": "0.0.0",
|
|
43
43
|
"@webex/eslint-config-legacy": "0.0.0",
|
|
44
|
+
"@webex/event-dictionary-ts": "^1.0.2073",
|
|
44
45
|
"@webex/jest-config-legacy": "0.0.0",
|
|
45
46
|
"@webex/legacy-tools": "0.0.0",
|
|
46
|
-
"@webex/plugin-rooms": "3.11.0-next.
|
|
47
|
+
"@webex/plugin-rooms": "3.11.0-next.6",
|
|
47
48
|
"@webex/test-helper-chai": "3.11.0-next.1",
|
|
48
49
|
"@webex/test-helper-mocha": "3.11.0-next.1",
|
|
49
50
|
"@webex/test-helper-mock-webex": "3.11.0-next.1",
|
|
@@ -61,22 +62,21 @@
|
|
|
61
62
|
},
|
|
62
63
|
"dependencies": {
|
|
63
64
|
"@webex/common": "3.11.0-next.1",
|
|
64
|
-
"@webex/event-dictionary-ts": "^1.0.1930",
|
|
65
65
|
"@webex/internal-media-core": "2.22.1",
|
|
66
|
-
"@webex/internal-plugin-conversation": "3.11.0-next.
|
|
67
|
-
"@webex/internal-plugin-device": "3.11.0-next.
|
|
68
|
-
"@webex/internal-plugin-llm": "3.11.0-next.
|
|
69
|
-
"@webex/internal-plugin-mercury": "3.11.0-next.
|
|
70
|
-
"@webex/internal-plugin-metrics": "3.11.0-next.
|
|
71
|
-
"@webex/internal-plugin-support": "3.11.0-next.
|
|
72
|
-
"@webex/internal-plugin-user": "3.11.0-next.
|
|
73
|
-
"@webex/internal-plugin-voicea": "3.11.0-next.
|
|
66
|
+
"@webex/internal-plugin-conversation": "3.11.0-next.6",
|
|
67
|
+
"@webex/internal-plugin-device": "3.11.0-next.5",
|
|
68
|
+
"@webex/internal-plugin-llm": "3.11.0-next.6",
|
|
69
|
+
"@webex/internal-plugin-mercury": "3.11.0-next.6",
|
|
70
|
+
"@webex/internal-plugin-metrics": "3.11.0-next.5",
|
|
71
|
+
"@webex/internal-plugin-support": "3.11.0-next.6",
|
|
72
|
+
"@webex/internal-plugin-user": "3.11.0-next.5",
|
|
73
|
+
"@webex/internal-plugin-voicea": "3.11.0-next.6",
|
|
74
74
|
"@webex/media-helpers": "3.11.0-next.3",
|
|
75
|
-
"@webex/plugin-people": "3.11.0-next.
|
|
76
|
-
"@webex/plugin-rooms": "3.11.0-next.
|
|
75
|
+
"@webex/plugin-people": "3.11.0-next.6",
|
|
76
|
+
"@webex/plugin-rooms": "3.11.0-next.6",
|
|
77
77
|
"@webex/ts-sdp": "^1.8.1",
|
|
78
78
|
"@webex/web-capabilities": "^1.9.0",
|
|
79
|
-
"@webex/webex-core": "3.11.0-next.
|
|
79
|
+
"@webex/webex-core": "3.11.0-next.5",
|
|
80
80
|
"ampersand-collection": "^2.0.2",
|
|
81
81
|
"bowser": "^2.11.0",
|
|
82
82
|
"btoa": "^1.2.1",
|
|
@@ -93,5 +93,5 @@
|
|
|
93
93
|
"//": [
|
|
94
94
|
"TODO: upgrade jwt-decode when moving to node 18"
|
|
95
95
|
],
|
|
96
|
-
"version": "3.11.0-next.
|
|
96
|
+
"version": "3.11.0-next.21"
|
|
97
97
|
}
|
package/src/meeting/index.ts
CHANGED
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
CALL_DIAGNOSTIC_CONFIG,
|
|
14
14
|
RtcMetrics,
|
|
15
15
|
} from '@webex/internal-plugin-metrics';
|
|
16
|
-
import {ClientEvent as RawClientEvent} from '@webex/event-dictionary-ts';
|
|
16
|
+
import type {ClientEvent as RawClientEvent} from '@webex/event-dictionary-ts';
|
|
17
17
|
|
|
18
18
|
import {
|
|
19
19
|
ConnectionState,
|