@webex/plugin-meetings 3.3.1-next.39 → 3.3.1-next.40

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.
Files changed (43) hide show
  1. package/dist/breakouts/breakout.js +1 -1
  2. package/dist/breakouts/index.js +1 -1
  3. package/dist/constants.js +2 -5
  4. package/dist/constants.js.map +1 -1
  5. package/dist/interpretation/index.js +1 -1
  6. package/dist/interpretation/siLanguage.js +1 -1
  7. package/dist/media/MediaConnectionAwaiter.js +6 -6
  8. package/dist/media/MediaConnectionAwaiter.js.map +1 -1
  9. package/dist/meeting/connectionStateHandler.js +2 -2
  10. package/dist/meeting/connectionStateHandler.js.map +1 -1
  11. package/dist/meeting/index.js +99 -104
  12. package/dist/meeting/index.js.map +1 -1
  13. package/dist/types/constants.d.ts +0 -3
  14. package/dist/types/meeting/index.d.ts +1 -2
  15. package/dist/webinar/index.js +1 -1
  16. package/package.json +5 -5
  17. package/src/constants.ts +0 -17
  18. package/src/media/MediaConnectionAwaiter.ts +7 -7
  19. package/src/meeting/connectionStateHandler.ts +3 -3
  20. package/src/meeting/index.ts +278 -252
  21. package/test/unit/spec/media/MediaConnectionAwaiter.ts +29 -29
  22. package/test/unit/spec/media/index.ts +8 -9
  23. package/test/unit/spec/meeting/connectionStateHandler.ts +7 -7
  24. package/test/unit/spec/meeting/index.js +74 -78
  25. package/test/unit/spec/multistream/mediaRequestManager.ts +2 -2
  26. package/test/unit/spec/rtcMetrics/index.ts +1 -0
  27. package/dist/mediaQualityMetrics/config.js +0 -331
  28. package/dist/mediaQualityMetrics/config.js.map +0 -1
  29. package/dist/statsAnalyzer/global.js +0 -44
  30. package/dist/statsAnalyzer/global.js.map +0 -1
  31. package/dist/statsAnalyzer/index.js +0 -1126
  32. package/dist/statsAnalyzer/index.js.map +0 -1
  33. package/dist/statsAnalyzer/mqaUtil.js +0 -394
  34. package/dist/statsAnalyzer/mqaUtil.js.map +0 -1
  35. package/dist/types/mediaQualityMetrics/config.d.ts +0 -258
  36. package/dist/types/statsAnalyzer/global.d.ts +0 -36
  37. package/dist/types/statsAnalyzer/index.d.ts +0 -226
  38. package/dist/types/statsAnalyzer/mqaUtil.d.ts +0 -61
  39. package/src/mediaQualityMetrics/config.ts +0 -266
  40. package/src/statsAnalyzer/global.ts +0 -37
  41. package/src/statsAnalyzer/index.ts +0 -1379
  42. package/src/statsAnalyzer/mqaUtil.ts +0 -511
  43. package/test/unit/spec/stats-analyzer/index.js +0 -2147
@@ -164,9 +164,6 @@ export declare const ASSIGN_ROLES_ERROR_CODES: {
164
164
  ReclaimHostEmptyWrongKeyErrorCode: number;
165
165
  ReclaimHostIsHostAlreadyErrorCode: number;
166
166
  };
167
- export declare const DEFAULT_GET_STATS_FILTER: {
168
- types: string[];
169
- };
170
167
  export declare const RECORDING_STATE: {
171
168
  RECORDING: string;
172
169
  IDLE: string;
@@ -2,9 +2,8 @@
2
2
  import { StatelessWebexPlugin } from '@webex/webex-core';
3
3
  import { ClientEvent, ClientEventLeaveReason } from '@webex/internal-plugin-metrics';
4
4
  import { ClientEvent as RawClientEvent } from '@webex/event-dictionary-ts';
5
- import { MediaType } from '@webex/internal-media-core';
5
+ import { MediaType, StatsAnalyzer } from '@webex/internal-media-core';
6
6
  import { LocalStream, LocalCameraStream, LocalDisplayStream, LocalSystemAudioStream, LocalMicrophoneStream } from '@webex/media-helpers';
7
- import { StatsAnalyzer } from '../statsAnalyzer';
8
7
  import NetworkQualityMonitor from '../networkQualityMonitor';
9
8
  import Roap, { type TurnServerInfo, type TurnDiscoverySkipReason } from '../roap/index';
10
9
  import { type BundlePolicy } from '../media';
@@ -62,7 +62,7 @@ var Webinar = _webexCore.WebexPlugin.extend({
62
62
  updateCanManageWebcast: function updateCanManageWebcast(canManageWebcast) {
63
63
  this.set('canManageWebcast', canManageWebcast);
64
64
  },
65
- version: "3.3.1-next.39"
65
+ version: "3.3.1-next.40"
66
66
  });
67
67
  var _default = exports.default = Webinar;
68
68
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -43,7 +43,7 @@
43
43
  "@webex/eslint-config-legacy": "0.0.0",
44
44
  "@webex/jest-config-legacy": "0.0.0",
45
45
  "@webex/legacy-tools": "0.0.0",
46
- "@webex/plugin-meetings": "3.3.1-next.39",
46
+ "@webex/plugin-meetings": "3.3.1-next.40",
47
47
  "@webex/plugin-rooms": "3.3.1-next.11",
48
48
  "@webex/test-helper-chai": "3.3.1-next.10",
49
49
  "@webex/test-helper-mocha": "3.3.1-next.10",
@@ -62,7 +62,7 @@
62
62
  },
63
63
  "dependencies": {
64
64
  "@webex/common": "3.3.1-next.10",
65
- "@webex/internal-media-core": "2.8.0",
65
+ "@webex/internal-media-core": "2.9.0",
66
66
  "@webex/internal-plugin-conversation": "3.3.1-next.11",
67
67
  "@webex/internal-plugin-device": "3.3.1-next.10",
68
68
  "@webex/internal-plugin-llm": "3.3.1-next.12",
@@ -70,8 +70,8 @@
70
70
  "@webex/internal-plugin-metrics": "3.3.1-next.10",
71
71
  "@webex/internal-plugin-support": "3.3.1-next.11",
72
72
  "@webex/internal-plugin-user": "3.3.1-next.10",
73
- "@webex/internal-plugin-voicea": "3.3.1-next.39",
74
- "@webex/media-helpers": "3.3.1-next.17",
73
+ "@webex/internal-plugin-voicea": "3.3.1-next.40",
74
+ "@webex/media-helpers": "3.3.1-next.18",
75
75
  "@webex/plugin-people": "3.3.1-next.11",
76
76
  "@webex/plugin-rooms": "3.3.1-next.11",
77
77
  "@webex/web-capabilities": "^1.4.0",
@@ -91,5 +91,5 @@
91
91
  "//": [
92
92
  "TODO: upgrade jwt-decode when moving to node 18"
93
93
  ],
94
- "version": "3.3.1-next.39"
94
+ "version": "3.3.1-next.40"
95
95
  }
package/src/constants.ts CHANGED
@@ -250,23 +250,6 @@ export const ASSIGN_ROLES_ERROR_CODES = {
250
250
  ReclaimHostIsHostAlreadyErrorCode: 2409150,
251
251
  };
252
252
 
253
- export const DEFAULT_GET_STATS_FILTER = {
254
- types: [
255
- 'track',
256
- 'transport',
257
- 'candidate-pair',
258
- 'outbound-rtp',
259
- 'outboundrtp',
260
- 'inbound-rtp',
261
- 'inboundrtp',
262
- 'remote-inbound-rtp',
263
- 'remote-outbound-rtp',
264
- 'remote-candidate',
265
- 'local-candidate',
266
- 'media-source',
267
- ],
268
- };
269
-
270
253
  export const RECORDING_STATE = {
271
254
  RECORDING: 'recording',
272
255
  IDLE: 'idle',
@@ -1,5 +1,5 @@
1
1
  import {Defer} from '@webex/common';
2
- import {ConnectionState, Event} from '@webex/internal-media-core';
2
+ import {ConnectionState, MediaConnectionEventNames} from '@webex/internal-media-core';
3
3
  import LoggerProxy from '../common/logs/logger-proxy';
4
4
  import {ICE_AND_DTLS_CONNECTION_TIMEOUT} from '../constants';
5
5
 
@@ -69,15 +69,15 @@ export default class MediaConnectionAwaiter {
69
69
  */
70
70
  private clearCallbacks(): void {
71
71
  this.webrtcMediaConnection.off(
72
- Event.ICE_GATHERING_STATE_CHANGED,
72
+ MediaConnectionEventNames.ICE_GATHERING_STATE_CHANGED,
73
73
  this.iceGatheringStateCallback
74
74
  );
75
75
  this.webrtcMediaConnection.off(
76
- Event.PEER_CONNECTION_STATE_CHANGED,
76
+ MediaConnectionEventNames.PEER_CONNECTION_STATE_CHANGED,
77
77
  this.peerConnectionStateCallback
78
78
  );
79
79
  this.webrtcMediaConnection.off(
80
- Event.ICE_CONNECTION_STATE_CHANGED,
80
+ MediaConnectionEventNames.ICE_CONNECTION_STATE_CHANGED,
81
81
  this.iceConnectionStateCallback
82
82
  );
83
83
  }
@@ -228,17 +228,17 @@ export default class MediaConnectionAwaiter {
228
228
  }
229
229
 
230
230
  this.webrtcMediaConnection.on(
231
- Event.PEER_CONNECTION_STATE_CHANGED,
231
+ MediaConnectionEventNames.PEER_CONNECTION_STATE_CHANGED,
232
232
  this.peerConnectionStateCallback
233
233
  );
234
234
 
235
235
  this.webrtcMediaConnection.on(
236
- Event.ICE_CONNECTION_STATE_CHANGED,
236
+ MediaConnectionEventNames.ICE_CONNECTION_STATE_CHANGED,
237
237
  this.iceConnectionStateCallback
238
238
  );
239
239
 
240
240
  this.webrtcMediaConnection.on(
241
- Event.ICE_GATHERING_STATE_CHANGED,
241
+ MediaConnectionEventNames.ICE_GATHERING_STATE_CHANGED,
242
242
  this.iceGatheringStateCallback
243
243
  );
244
244
 
@@ -1,4 +1,4 @@
1
- import {Event, ConnectionState} from '@webex/internal-media-core';
1
+ import {MediaConnectionEventNames, ConnectionState} from '@webex/internal-media-core';
2
2
  import EventsScope from '../common/events/events-scope';
3
3
  import {Enum} from '../constants';
4
4
 
@@ -32,12 +32,12 @@ export class ConnectionStateHandler extends EventsScope {
32
32
  this.webrtcMediaConnection = webrtcMediaConnection;
33
33
 
34
34
  this.webrtcMediaConnection.on(
35
- Event.PEER_CONNECTION_STATE_CHANGED,
35
+ MediaConnectionEventNames.PEER_CONNECTION_STATE_CHANGED,
36
36
  this.handleConnectionStateChange.bind(this)
37
37
  );
38
38
 
39
39
  this.webrtcMediaConnection.on(
40
- Event.ICE_CONNECTION_STATE_CHANGED,
40
+ MediaConnectionEventNames.ICE_CONNECTION_STATE_CHANGED,
41
41
  this.handleConnectionStateChange.bind(this)
42
42
  );
43
43
  }