@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.
@@ -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';
@@ -506,7 +506,7 @@ var Webinar = _webexCore.WebexPlugin.extend({
506
506
  }, _callee8);
507
507
  }))();
508
508
  },
509
- version: "3.11.0-next.20"
509
+ version: "3.11.0-next.21"
510
510
  });
511
511
  var _default = exports.default = Webinar;
512
512
  //# sourceMappingURL=index.js.map
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.5",
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.5",
67
- "@webex/internal-plugin-device": "3.11.0-next.4",
68
- "@webex/internal-plugin-llm": "3.11.0-next.5",
69
- "@webex/internal-plugin-mercury": "3.11.0-next.5",
70
- "@webex/internal-plugin-metrics": "3.11.0-next.4",
71
- "@webex/internal-plugin-support": "3.11.0-next.5",
72
- "@webex/internal-plugin-user": "3.11.0-next.4",
73
- "@webex/internal-plugin-voicea": "3.11.0-next.5",
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.5",
76
- "@webex/plugin-rooms": "3.11.0-next.5",
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.4",
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.20"
96
+ "version": "3.11.0-next.21"
97
97
  }
@@ -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,