@webex/plugin-meetings 3.12.0-next.75 → 3.12.0-next.77
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/aiEnableRequest/index.js +1 -1
- 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/locus-info/index.js +5 -1
- package/dist/locus-info/index.js.map +1 -1
- package/dist/multistream/codec/constants.js +6 -6
- package/dist/multistream/codec/constants.js.map +1 -1
- package/dist/webinar/index.js +1 -1
- package/package.json +20 -20
- package/src/locus-info/index.ts +11 -3
- package/src/multistream/codec/constants.ts +6 -6
|
@@ -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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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":[]}
|
package/dist/webinar/index.js
CHANGED
package/package.json
CHANGED
|
@@ -44,12 +44,12 @@
|
|
|
44
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.
|
|
48
|
-
"@webex/test-helper-chai": "3.12.0-next.
|
|
49
|
-
"@webex/test-helper-mocha": "3.12.0-next.
|
|
50
|
-
"@webex/test-helper-mock-webex": "3.12.0-next.
|
|
51
|
-
"@webex/test-helper-retry": "3.12.0-next.
|
|
52
|
-
"@webex/test-helper-test-users": "3.12.0-next.
|
|
47
|
+
"@webex/plugin-rooms": "3.12.0-next.24",
|
|
48
|
+
"@webex/test-helper-chai": "3.12.0-next.4",
|
|
49
|
+
"@webex/test-helper-mocha": "3.12.0-next.4",
|
|
50
|
+
"@webex/test-helper-mock-webex": "3.12.0-next.4",
|
|
51
|
+
"@webex/test-helper-retry": "3.12.0-next.4",
|
|
52
|
+
"@webex/test-helper-test-users": "3.12.0-next.4",
|
|
53
53
|
"chai": "^4.3.4",
|
|
54
54
|
"chai-as-promised": "^7.1.1",
|
|
55
55
|
"eslint": "^8.24.0",
|
|
@@ -61,22 +61,22 @@
|
|
|
61
61
|
"typescript": "^4.7.4"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@webex/common": "3.12.0-next.
|
|
64
|
+
"@webex/common": "3.12.0-next.4",
|
|
65
65
|
"@webex/internal-media-core": "2.25.1",
|
|
66
|
-
"@webex/internal-plugin-conversation": "3.12.0-next.
|
|
67
|
-
"@webex/internal-plugin-device": "3.12.0-next.
|
|
68
|
-
"@webex/internal-plugin-llm": "3.12.0-next.
|
|
69
|
-
"@webex/internal-plugin-mercury": "3.12.0-next.
|
|
70
|
-
"@webex/internal-plugin-metrics": "3.12.0-next.
|
|
71
|
-
"@webex/internal-plugin-support": "3.12.0-next.
|
|
72
|
-
"@webex/internal-plugin-user": "3.12.0-next.
|
|
73
|
-
"@webex/internal-plugin-voicea": "3.12.0-next.
|
|
74
|
-
"@webex/media-helpers": "3.12.0-next.
|
|
75
|
-
"@webex/plugin-people": "3.12.0-next.
|
|
76
|
-
"@webex/plugin-rooms": "3.12.0-next.
|
|
66
|
+
"@webex/internal-plugin-conversation": "3.12.0-next.24",
|
|
67
|
+
"@webex/internal-plugin-device": "3.12.0-next.22",
|
|
68
|
+
"@webex/internal-plugin-llm": "3.12.0-next.26",
|
|
69
|
+
"@webex/internal-plugin-mercury": "3.12.0-next.23",
|
|
70
|
+
"@webex/internal-plugin-metrics": "3.12.0-next.22",
|
|
71
|
+
"@webex/internal-plugin-support": "3.12.0-next.24",
|
|
72
|
+
"@webex/internal-plugin-user": "3.12.0-next.23",
|
|
73
|
+
"@webex/internal-plugin-voicea": "3.12.0-next.26",
|
|
74
|
+
"@webex/media-helpers": "3.12.0-next.7",
|
|
75
|
+
"@webex/plugin-people": "3.12.0-next.23",
|
|
76
|
+
"@webex/plugin-rooms": "3.12.0-next.24",
|
|
77
77
|
"@webex/ts-sdp": "^1.8.1",
|
|
78
78
|
"@webex/web-capabilities": "^1.10.0",
|
|
79
|
-
"@webex/webex-core": "3.12.0-next.
|
|
79
|
+
"@webex/webex-core": "3.12.0-next.22",
|
|
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.
|
|
97
|
+
"version": "3.12.0-next.77"
|
|
98
98
|
}
|
package/src/locus-info/index.ts
CHANGED
|
@@ -930,14 +930,22 @@ export default class LocusInfo extends EventsScope {
|
|
|
930
930
|
if (!object.data) {
|
|
931
931
|
// self without data is handled inside HashTreeParser and results in LocusInfoUpdateType.MEETING_ENDED, so we should never get here
|
|
932
932
|
// all other types info, fullstate, etc - Locus should never send them without data
|
|
933
|
-
|
|
934
|
-
|
|
933
|
+
// but we end up with this method being called without the data for them when the main dataset is removed from visible datasets list
|
|
934
|
+
LoggerProxy.logger.info(
|
|
935
|
+
`Locus-info:index#updateLocusFromHashTreeObject --> received ${type} object without data, version=${object.htMeta.elementId.version}`
|
|
935
936
|
);
|
|
936
937
|
} else {
|
|
937
938
|
LoggerProxy.logger.info(
|
|
938
939
|
`Locus-info:index#updateLocusFromHashTreeObject --> ${type} object updated to version ${object.htMeta.elementId.version}`
|
|
939
940
|
);
|
|
940
|
-
|
|
941
|
+
|
|
942
|
+
if (type === ObjectType.self) {
|
|
943
|
+
LoggerProxy.logger.info(
|
|
944
|
+
`Locus-info:index#updateLocusFromHashTreeObject --> self data: removed=${object.data.removed} state=${object.data.state} reason=${object.data.reason}`
|
|
945
|
+
);
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
const locusDtoKey = ObjectTypeToLocusKeyMap[type] as keyof LocusDTO;
|
|
941
949
|
locus[locusDtoKey] = object.data;
|
|
942
950
|
|
|
943
951
|
/* Hash tree based webinar attendees don't receive a Participant object for themselves from Locus,
|
|
@@ -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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
49
|
+
maxPicSize: 2_359_296,
|
|
50
50
|
maxDecodeRate: 77_856_768,
|
|
51
51
|
},
|
|
52
52
|
};
|