@webex/plugin-meetings 3.12.0-next.74 → 3.12.0-next.76

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.
@@ -191,7 +191,7 @@ var AIEnableRequest = _webexCore.WebexPlugin.extend({
191
191
  method: _constants.HTTP_VERBS.PUT
192
192
  });
193
193
  },
194
- version: "3.12.0-next.74"
194
+ version: "3.12.0-next.76"
195
195
  });
196
196
  var _default = exports.default = AIEnableRequest;
197
197
  //# sourceMappingURL=index.js.map
@@ -214,7 +214,7 @@ var Breakout = _webexCore.WebexPlugin.extend({
214
214
  sessionId: this.sessionId
215
215
  });
216
216
  },
217
- version: "3.12.0-next.74"
217
+ version: "3.12.0-next.76"
218
218
  });
219
219
  var _default = exports.default = Breakout;
220
220
  //# sourceMappingURL=breakout.js.map
@@ -1133,7 +1133,7 @@ var Breakouts = _webexCore.WebexPlugin.extend({
1133
1133
  this.trigger(_constants.BREAKOUTS.EVENTS.ASK_RETURN_TO_MAIN);
1134
1134
  }
1135
1135
  },
1136
- version: "3.12.0-next.74"
1136
+ version: "3.12.0-next.76"
1137
1137
  });
1138
1138
  var _default = exports.default = Breakouts;
1139
1139
  //# sourceMappingURL=index.js.map
@@ -381,7 +381,7 @@ var SimultaneousInterpretation = _webexCore.WebexPlugin.extend({
381
381
  throw error;
382
382
  });
383
383
  },
384
- version: "3.12.0-next.74"
384
+ version: "3.12.0-next.76"
385
385
  });
386
386
  var _default = exports.default = SimultaneousInterpretation;
387
387
  //# sourceMappingURL=index.js.map
@@ -18,7 +18,7 @@ var SILanguage = _webexCore.WebexPlugin.extend({
18
18
  languageCode: 'number',
19
19
  languageName: 'string'
20
20
  },
21
- version: "3.12.0-next.74"
21
+ version: "3.12.0-next.76"
22
22
  });
23
23
  var _default = exports.default = SILanguage;
24
24
  //# sourceMappingURL=siLanguage.js.map
@@ -11,7 +11,7 @@ var AV1_CODEC_PARAMETERS = exports.AV1_CODEC_PARAMETERS = {
11
11
  tier: 0,
12
12
  maxWidth: 160,
13
13
  maxHeight: 90,
14
- maxPicSize: 160 * 90,
14
+ maxPicSize: 147456,
15
15
  maxDecodeRate: 5529600
16
16
  },
17
17
  '180p': {
@@ -19,7 +19,7 @@ var AV1_CODEC_PARAMETERS = exports.AV1_CODEC_PARAMETERS = {
19
19
  tier: 0,
20
20
  maxWidth: 320,
21
21
  maxHeight: 180,
22
- maxPicSize: 320 * 180,
22
+ maxPicSize: 147456,
23
23
  maxDecodeRate: 5529600
24
24
  },
25
25
  '360p': {
@@ -27,7 +27,7 @@ var AV1_CODEC_PARAMETERS = exports.AV1_CODEC_PARAMETERS = {
27
27
  tier: 0,
28
28
  maxWidth: 640,
29
29
  maxHeight: 360,
30
- maxPicSize: 640 * 360,
30
+ maxPicSize: 278784,
31
31
  maxDecodeRate: 10454400
32
32
  },
33
33
  '540p': {
@@ -35,7 +35,7 @@ var AV1_CODEC_PARAMETERS = exports.AV1_CODEC_PARAMETERS = {
35
35
  tier: 0,
36
36
  maxWidth: 960,
37
37
  maxHeight: 540,
38
- maxPicSize: 960 * 540,
38
+ maxPicSize: 665856,
39
39
  maxDecodeRate: 24969600
40
40
  },
41
41
  '720p': {
@@ -43,7 +43,7 @@ var AV1_CODEC_PARAMETERS = exports.AV1_CODEC_PARAMETERS = {
43
43
  tier: 0,
44
44
  maxWidth: 1280,
45
45
  maxHeight: 720,
46
- maxPicSize: 1280 * 720,
46
+ maxPicSize: 1065024,
47
47
  maxDecodeRate: 39938400
48
48
  },
49
49
  '1080p': {
@@ -51,7 +51,7 @@ var AV1_CODEC_PARAMETERS = exports.AV1_CODEC_PARAMETERS = {
51
51
  tier: 0,
52
52
  maxWidth: 1920,
53
53
  maxHeight: 1080,
54
- maxPicSize: 1920 * 1080,
54
+ maxPicSize: 2359296,
55
55
  maxDecodeRate: 77856768
56
56
  }
57
57
  };
@@ -1 +1 @@
1
- {"version":3,"names":["AV1_CODEC_PARAMETERS","exports","levelIdx","tier","maxWidth","maxHeight","maxPicSize","maxDecodeRate","H264_CODEC_PARAMETERS","maxFs","maxFps","maxMbps"],"sources":["constants.ts"],"sourcesContent":["import {AV1EncodingParams, SupportedResolution} from '@webex/internal-media-core';\n\nexport const AV1_CODEC_PARAMETERS: Record<SupportedResolution, AV1EncodingParams> = {\n '90p': {\n levelIdx: 0,\n tier: 0,\n maxWidth: 160,\n maxHeight: 90,\n maxPicSize: 160 * 90,\n maxDecodeRate: 5_529_600,\n },\n '180p': {\n levelIdx: 0,\n tier: 0,\n maxWidth: 320,\n maxHeight: 180,\n maxPicSize: 320 * 180,\n maxDecodeRate: 5_529_600,\n },\n '360p': {\n levelIdx: 1,\n tier: 0,\n maxWidth: 640,\n maxHeight: 360,\n maxPicSize: 640 * 360,\n maxDecodeRate: 10_454_400,\n },\n '540p': {\n levelIdx: 4,\n tier: 0,\n maxWidth: 960,\n maxHeight: 540,\n maxPicSize: 960 * 540,\n maxDecodeRate: 24_969_600,\n },\n '720p': {\n levelIdx: 5,\n tier: 0,\n maxWidth: 1280,\n maxHeight: 720,\n maxPicSize: 1280 * 720,\n maxDecodeRate: 39_938_400,\n },\n '1080p': {\n levelIdx: 8,\n tier: 0,\n maxWidth: 1920,\n maxHeight: 1080,\n maxPicSize: 1920 * 1080,\n maxDecodeRate: 77_856_768,\n },\n};\n\nexport const H264_CODEC_PARAMETERS = {\n maxFs: 8192,\n maxFps: 3000,\n maxMbps: 245760,\n};\n"],"mappings":";;;;;;;AAEO,IAAMA,oBAAoE,GAAAC,OAAA,CAAAD,oBAAA,GAAG;EAClF,KAAK,EAAE;IACLE,QAAQ,EAAE,CAAC;IACXC,IAAI,EAAE,CAAC;IACPC,QAAQ,EAAE,GAAG;IACbC,SAAS,EAAE,EAAE;IACbC,UAAU,EAAE,GAAG,GAAG,EAAE;IACpBC,aAAa,EAAE;EACjB,CAAC;EACD,MAAM,EAAE;IACNL,QAAQ,EAAE,CAAC;IACXC,IAAI,EAAE,CAAC;IACPC,QAAQ,EAAE,GAAG;IACbC,SAAS,EAAE,GAAG;IACdC,UAAU,EAAE,GAAG,GAAG,GAAG;IACrBC,aAAa,EAAE;EACjB,CAAC;EACD,MAAM,EAAE;IACNL,QAAQ,EAAE,CAAC;IACXC,IAAI,EAAE,CAAC;IACPC,QAAQ,EAAE,GAAG;IACbC,SAAS,EAAE,GAAG;IACdC,UAAU,EAAE,GAAG,GAAG,GAAG;IACrBC,aAAa,EAAE;EACjB,CAAC;EACD,MAAM,EAAE;IACNL,QAAQ,EAAE,CAAC;IACXC,IAAI,EAAE,CAAC;IACPC,QAAQ,EAAE,GAAG;IACbC,SAAS,EAAE,GAAG;IACdC,UAAU,EAAE,GAAG,GAAG,GAAG;IACrBC,aAAa,EAAE;EACjB,CAAC;EACD,MAAM,EAAE;IACNL,QAAQ,EAAE,CAAC;IACXC,IAAI,EAAE,CAAC;IACPC,QAAQ,EAAE,IAAI;IACdC,SAAS,EAAE,GAAG;IACdC,UAAU,EAAE,IAAI,GAAG,GAAG;IACtBC,aAAa,EAAE;EACjB,CAAC;EACD,OAAO,EAAE;IACPL,QAAQ,EAAE,CAAC;IACXC,IAAI,EAAE,CAAC;IACPC,QAAQ,EAAE,IAAI;IACdC,SAAS,EAAE,IAAI;IACfC,UAAU,EAAE,IAAI,GAAG,IAAI;IACvBC,aAAa,EAAE;EACjB;AACF,CAAC;AAEM,IAAMC,qBAAqB,GAAAP,OAAA,CAAAO,qBAAA,GAAG;EACnCC,KAAK,EAAE,IAAI;EACXC,MAAM,EAAE,IAAI;EACZC,OAAO,EAAE;AACX,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["AV1_CODEC_PARAMETERS","exports","levelIdx","tier","maxWidth","maxHeight","maxPicSize","maxDecodeRate","H264_CODEC_PARAMETERS","maxFs","maxFps","maxMbps"],"sources":["constants.ts"],"sourcesContent":["import {AV1EncodingParams, SupportedResolution} from '@webex/internal-media-core';\n\nexport const AV1_CODEC_PARAMETERS: Record<SupportedResolution, AV1EncodingParams> = {\n '90p': {\n levelIdx: 0,\n tier: 0,\n maxWidth: 160,\n maxHeight: 90,\n maxPicSize: 147_456,\n maxDecodeRate: 5_529_600,\n },\n '180p': {\n levelIdx: 0,\n tier: 0,\n maxWidth: 320,\n maxHeight: 180,\n maxPicSize: 147_456,\n maxDecodeRate: 5_529_600,\n },\n '360p': {\n levelIdx: 1,\n tier: 0,\n maxWidth: 640,\n maxHeight: 360,\n maxPicSize: 278_784,\n maxDecodeRate: 10_454_400,\n },\n '540p': {\n levelIdx: 4,\n tier: 0,\n maxWidth: 960,\n maxHeight: 540,\n maxPicSize: 665_856,\n maxDecodeRate: 24_969_600,\n },\n '720p': {\n levelIdx: 5,\n tier: 0,\n maxWidth: 1280,\n maxHeight: 720,\n maxPicSize: 1_065_024,\n maxDecodeRate: 39_938_400,\n },\n '1080p': {\n levelIdx: 8,\n tier: 0,\n maxWidth: 1920,\n maxHeight: 1080,\n maxPicSize: 2_359_296,\n maxDecodeRate: 77_856_768,\n },\n};\n\nexport const H264_CODEC_PARAMETERS = {\n maxFs: 8192,\n maxFps: 3000,\n maxMbps: 245760,\n};\n"],"mappings":";;;;;;;AAEO,IAAMA,oBAAoE,GAAAC,OAAA,CAAAD,oBAAA,GAAG;EAClF,KAAK,EAAE;IACLE,QAAQ,EAAE,CAAC;IACXC,IAAI,EAAE,CAAC;IACPC,QAAQ,EAAE,GAAG;IACbC,SAAS,EAAE,EAAE;IACbC,UAAU,EAAE,MAAO;IACnBC,aAAa,EAAE;EACjB,CAAC;EACD,MAAM,EAAE;IACNL,QAAQ,EAAE,CAAC;IACXC,IAAI,EAAE,CAAC;IACPC,QAAQ,EAAE,GAAG;IACbC,SAAS,EAAE,GAAG;IACdC,UAAU,EAAE,MAAO;IACnBC,aAAa,EAAE;EACjB,CAAC;EACD,MAAM,EAAE;IACNL,QAAQ,EAAE,CAAC;IACXC,IAAI,EAAE,CAAC;IACPC,QAAQ,EAAE,GAAG;IACbC,SAAS,EAAE,GAAG;IACdC,UAAU,EAAE,MAAO;IACnBC,aAAa,EAAE;EACjB,CAAC;EACD,MAAM,EAAE;IACNL,QAAQ,EAAE,CAAC;IACXC,IAAI,EAAE,CAAC;IACPC,QAAQ,EAAE,GAAG;IACbC,SAAS,EAAE,GAAG;IACdC,UAAU,EAAE,MAAO;IACnBC,aAAa,EAAE;EACjB,CAAC;EACD,MAAM,EAAE;IACNL,QAAQ,EAAE,CAAC;IACXC,IAAI,EAAE,CAAC;IACPC,QAAQ,EAAE,IAAI;IACdC,SAAS,EAAE,GAAG;IACdC,UAAU,EAAE,OAAS;IACrBC,aAAa,EAAE;EACjB,CAAC;EACD,OAAO,EAAE;IACPL,QAAQ,EAAE,CAAC;IACXC,IAAI,EAAE,CAAC;IACPC,QAAQ,EAAE,IAAI;IACdC,SAAS,EAAE,IAAI;IACfC,UAAU,EAAE,OAAS;IACrBC,aAAa,EAAE;EACjB;AACF,CAAC;AAEM,IAAMC,qBAAqB,GAAAP,OAAA,CAAAO,qBAAA,GAAG;EACnCC,KAAK,EAAE,IAAI;EACXC,MAAM,EAAE,IAAI;EACZC,OAAO,EAAE;AACX,CAAC","ignoreList":[]}
@@ -869,7 +869,7 @@ var Webinar = _webexCore.WebexPlugin.extend({
869
869
  }, _callee1);
870
870
  }))();
871
871
  },
872
- version: "3.12.0-next.74"
872
+ version: "3.12.0-next.76"
873
873
  });
874
874
  var _default = exports.default = Webinar;
875
875
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -41,10 +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.2138",
44
+ "@webex/event-dictionary-ts": "^1.0.2181",
45
45
  "@webex/jest-config-legacy": "0.0.0",
46
46
  "@webex/legacy-tools": "0.0.0",
47
- "@webex/plugin-rooms": "3.12.0-next.22",
47
+ "@webex/plugin-rooms": "3.12.0-next.23",
48
48
  "@webex/test-helper-chai": "3.12.0-next.3",
49
49
  "@webex/test-helper-mocha": "3.12.0-next.3",
50
50
  "@webex/test-helper-mock-webex": "3.12.0-next.3",
@@ -63,20 +63,20 @@
63
63
  "dependencies": {
64
64
  "@webex/common": "3.12.0-next.3",
65
65
  "@webex/internal-media-core": "2.25.1",
66
- "@webex/internal-plugin-conversation": "3.12.0-next.22",
67
- "@webex/internal-plugin-device": "3.12.0-next.20",
68
- "@webex/internal-plugin-llm": "3.12.0-next.24",
69
- "@webex/internal-plugin-mercury": "3.12.0-next.21",
70
- "@webex/internal-plugin-metrics": "3.12.0-next.20",
71
- "@webex/internal-plugin-support": "3.12.0-next.22",
72
- "@webex/internal-plugin-user": "3.12.0-next.21",
73
- "@webex/internal-plugin-voicea": "3.12.0-next.24",
66
+ "@webex/internal-plugin-conversation": "3.12.0-next.23",
67
+ "@webex/internal-plugin-device": "3.12.0-next.21",
68
+ "@webex/internal-plugin-llm": "3.12.0-next.25",
69
+ "@webex/internal-plugin-mercury": "3.12.0-next.22",
70
+ "@webex/internal-plugin-metrics": "3.12.0-next.21",
71
+ "@webex/internal-plugin-support": "3.12.0-next.23",
72
+ "@webex/internal-plugin-user": "3.12.0-next.22",
73
+ "@webex/internal-plugin-voicea": "3.12.0-next.25",
74
74
  "@webex/media-helpers": "3.12.0-next.6",
75
- "@webex/plugin-people": "3.12.0-next.21",
76
- "@webex/plugin-rooms": "3.12.0-next.22",
75
+ "@webex/plugin-people": "3.12.0-next.22",
76
+ "@webex/plugin-rooms": "3.12.0-next.23",
77
77
  "@webex/ts-sdp": "^1.8.1",
78
78
  "@webex/web-capabilities": "^1.10.0",
79
- "@webex/webex-core": "3.12.0-next.20",
79
+ "@webex/webex-core": "3.12.0-next.21",
80
80
  "ampersand-collection": "^2.0.2",
81
81
  "bowser": "^2.11.0",
82
82
  "btoa": "^1.2.1",
@@ -94,5 +94,5 @@
94
94
  "//": [
95
95
  "TODO: upgrade jwt-decode when moving to node 18"
96
96
  ],
97
- "version": "3.12.0-next.74"
97
+ "version": "3.12.0-next.76"
98
98
  }
@@ -6,7 +6,7 @@ export const AV1_CODEC_PARAMETERS: Record<SupportedResolution, AV1EncodingParams
6
6
  tier: 0,
7
7
  maxWidth: 160,
8
8
  maxHeight: 90,
9
- maxPicSize: 160 * 90,
9
+ maxPicSize: 147_456,
10
10
  maxDecodeRate: 5_529_600,
11
11
  },
12
12
  '180p': {
@@ -14,7 +14,7 @@ export const AV1_CODEC_PARAMETERS: Record<SupportedResolution, AV1EncodingParams
14
14
  tier: 0,
15
15
  maxWidth: 320,
16
16
  maxHeight: 180,
17
- maxPicSize: 320 * 180,
17
+ maxPicSize: 147_456,
18
18
  maxDecodeRate: 5_529_600,
19
19
  },
20
20
  '360p': {
@@ -22,7 +22,7 @@ export const AV1_CODEC_PARAMETERS: Record<SupportedResolution, AV1EncodingParams
22
22
  tier: 0,
23
23
  maxWidth: 640,
24
24
  maxHeight: 360,
25
- maxPicSize: 640 * 360,
25
+ maxPicSize: 278_784,
26
26
  maxDecodeRate: 10_454_400,
27
27
  },
28
28
  '540p': {
@@ -30,7 +30,7 @@ export const AV1_CODEC_PARAMETERS: Record<SupportedResolution, AV1EncodingParams
30
30
  tier: 0,
31
31
  maxWidth: 960,
32
32
  maxHeight: 540,
33
- maxPicSize: 960 * 540,
33
+ maxPicSize: 665_856,
34
34
  maxDecodeRate: 24_969_600,
35
35
  },
36
36
  '720p': {
@@ -38,7 +38,7 @@ export const AV1_CODEC_PARAMETERS: Record<SupportedResolution, AV1EncodingParams
38
38
  tier: 0,
39
39
  maxWidth: 1280,
40
40
  maxHeight: 720,
41
- maxPicSize: 1280 * 720,
41
+ maxPicSize: 1_065_024,
42
42
  maxDecodeRate: 39_938_400,
43
43
  },
44
44
  '1080p': {
@@ -46,7 +46,7 @@ export const AV1_CODEC_PARAMETERS: Record<SupportedResolution, AV1EncodingParams
46
46
  tier: 0,
47
47
  maxWidth: 1920,
48
48
  maxHeight: 1080,
49
- maxPicSize: 1920 * 1080,
49
+ maxPicSize: 2_359_296,
50
50
  maxDecodeRate: 77_856_768,
51
51
  },
52
52
  };