@webex/event-dictionary-ts 1.0.1645 → 1.0.1647
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.
|
@@ -16102,8 +16102,6 @@
|
|
|
16102
16102
|
"required": [
|
|
16103
16103
|
"ssci",
|
|
16104
16104
|
"rtpPackets",
|
|
16105
|
-
"transmittedFrameRate",
|
|
16106
|
-
"requestedFrames",
|
|
16107
16105
|
"transmittedBitrate",
|
|
16108
16106
|
"requestedBitrate",
|
|
16109
16107
|
"codec"
|
|
@@ -17035,8 +17033,6 @@
|
|
|
17035
17033
|
"required": [
|
|
17036
17034
|
"ssci",
|
|
17037
17035
|
"rtpPackets",
|
|
17038
|
-
"transmittedFrameRate",
|
|
17039
|
-
"requestedFrames",
|
|
17040
17036
|
"transmittedBitrate",
|
|
17041
17037
|
"requestedBitrate",
|
|
17042
17038
|
"codec"
|
|
@@ -20383,8 +20379,6 @@
|
|
|
20383
20379
|
"required": [
|
|
20384
20380
|
"ssci",
|
|
20385
20381
|
"rtpPackets",
|
|
20386
|
-
"transmittedFrameRate",
|
|
20387
|
-
"requestedFrames",
|
|
20388
20382
|
"transmittedBitrate",
|
|
20389
20383
|
"requestedBitrate",
|
|
20390
20384
|
"codec"
|
|
@@ -21546,7 +21540,26 @@
|
|
|
21546
21540
|
],
|
|
21547
21541
|
"type": "string"
|
|
21548
21542
|
},
|
|
21549
|
-
"errorType": {
|
|
21543
|
+
"errorType": {
|
|
21544
|
+
"type": "string",
|
|
21545
|
+
"enum": [
|
|
21546
|
+
"NO_ERROR\t# No issues, reported under the report section for media error",
|
|
21547
|
+
"DECRYPT_ERROR\t#Decrypt related issues, srtp, mls ++",
|
|
21548
|
+
"DEVICE_ERROR",
|
|
21549
|
+
"LOAD_LIBRARY_ERROR\t# Fail to load media library, including security checks",
|
|
21550
|
+
"NO_FRAME_DECODE_ERROR\t# Video frame decode errors or Audio packet decode error",
|
|
21551
|
+
"NO_PACKET_RECV_ERROR\t# No packet received for a session (media type)",
|
|
21552
|
+
"INITIAL_MEMORY_ERROR\t# Fail to allocate memory. More common on 32-bits than 64-bits OS",
|
|
21553
|
+
"MAC_VIRTUAL_AUDIO_DRV_ERROR\t# In high frame share audio, mac need install virtual audio driver to capture computer audio.",
|
|
21554
|
+
"MEDIA_PROCESS_CRASH_ERROR\t# Media process crash",
|
|
21555
|
+
"HEARTBEAT_LOST_WITH_MEDIA_PROCESS_ERROR\t# Lost heart beat from media process, such as media process hung, IPC issue.",
|
|
21556
|
+
"LOCUS_SESSION_CONNECT_ERROR\t# Connect to locus server fail.",
|
|
21557
|
+
"NO_PACKET_SEND_ERROR\t# No packets send out.",
|
|
21558
|
+
"NETWORK_LOST_ERROR\t# Network lost causes meeting end.",
|
|
21559
|
+
"MEDIA_NOT_AVAILABLE\t# Media is not available after media channel is created, such as SCR failure.",
|
|
21560
|
+
"MEDIA_CONNECT_FAILURE"
|
|
21561
|
+
]
|
|
21562
|
+
},
|
|
21550
21563
|
"errorCode": {
|
|
21551
21564
|
"type": "number",
|
|
21552
21565
|
"minimum": -9223372036854776000.0,
|
|
@@ -3834,8 +3834,6 @@
|
|
|
3834
3834
|
"required": [
|
|
3835
3835
|
"ssci",
|
|
3836
3836
|
"rtpPackets",
|
|
3837
|
-
"transmittedFrameRate",
|
|
3838
|
-
"requestedFrames",
|
|
3839
3837
|
"transmittedBitrate",
|
|
3840
3838
|
"requestedBitrate",
|
|
3841
3839
|
"codec"
|
|
@@ -4767,8 +4765,6 @@
|
|
|
4767
4765
|
"required": [
|
|
4768
4766
|
"ssci",
|
|
4769
4767
|
"rtpPackets",
|
|
4770
|
-
"transmittedFrameRate",
|
|
4771
|
-
"requestedFrames",
|
|
4772
4768
|
"transmittedBitrate",
|
|
4773
4769
|
"requestedBitrate",
|
|
4774
4770
|
"codec"
|
|
@@ -8115,8 +8111,6 @@
|
|
|
8115
8111
|
"required": [
|
|
8116
8112
|
"ssci",
|
|
8117
8113
|
"rtpPackets",
|
|
8118
|
-
"transmittedFrameRate",
|
|
8119
|
-
"requestedFrames",
|
|
8120
8114
|
"transmittedBitrate",
|
|
8121
8115
|
"requestedBitrate",
|
|
8122
8116
|
"codec"
|
|
@@ -9278,7 +9272,26 @@
|
|
|
9278
9272
|
],
|
|
9279
9273
|
"type": "string"
|
|
9280
9274
|
},
|
|
9281
|
-
"errorType": {
|
|
9275
|
+
"errorType": {
|
|
9276
|
+
"type": "string",
|
|
9277
|
+
"enum": [
|
|
9278
|
+
"NO_ERROR\t# No issues, reported under the report section for media error",
|
|
9279
|
+
"DECRYPT_ERROR\t#Decrypt related issues, srtp, mls ++",
|
|
9280
|
+
"DEVICE_ERROR",
|
|
9281
|
+
"LOAD_LIBRARY_ERROR\t# Fail to load media library, including security checks",
|
|
9282
|
+
"NO_FRAME_DECODE_ERROR\t# Video frame decode errors or Audio packet decode error",
|
|
9283
|
+
"NO_PACKET_RECV_ERROR\t# No packet received for a session (media type)",
|
|
9284
|
+
"INITIAL_MEMORY_ERROR\t# Fail to allocate memory. More common on 32-bits than 64-bits OS",
|
|
9285
|
+
"MAC_VIRTUAL_AUDIO_DRV_ERROR\t# In high frame share audio, mac need install virtual audio driver to capture computer audio.",
|
|
9286
|
+
"MEDIA_PROCESS_CRASH_ERROR\t# Media process crash",
|
|
9287
|
+
"HEARTBEAT_LOST_WITH_MEDIA_PROCESS_ERROR\t# Lost heart beat from media process, such as media process hung, IPC issue.",
|
|
9288
|
+
"LOCUS_SESSION_CONNECT_ERROR\t# Connect to locus server fail.",
|
|
9289
|
+
"NO_PACKET_SEND_ERROR\t# No packets send out.",
|
|
9290
|
+
"NETWORK_LOST_ERROR\t# Network lost causes meeting end.",
|
|
9291
|
+
"MEDIA_NOT_AVAILABLE\t# Media is not available after media channel is created, such as SCR failure.",
|
|
9292
|
+
"MEDIA_CONNECT_FAILURE"
|
|
9293
|
+
]
|
|
9294
|
+
},
|
|
9282
9295
|
"errorCode": {
|
|
9283
9296
|
"type": "number",
|
|
9284
9297
|
"minimum": -9223372036854776000.0,
|
|
@@ -6932,8 +6932,8 @@ export interface Event {
|
|
|
6932
6932
|
ssci: number;
|
|
6933
6933
|
duplicateSsci?: number;
|
|
6934
6934
|
rtpPackets: number;
|
|
6935
|
-
transmittedFrameRate
|
|
6936
|
-
requestedFrames
|
|
6935
|
+
transmittedFrameRate?: number;
|
|
6936
|
+
requestedFrames?: number;
|
|
6937
6937
|
transmittedBitrate: number;
|
|
6938
6938
|
requestedBitrate: number;
|
|
6939
6939
|
captureOffset?: number;
|
|
@@ -7359,8 +7359,8 @@ export interface Event {
|
|
|
7359
7359
|
ssci: number;
|
|
7360
7360
|
duplicateSsci?: number;
|
|
7361
7361
|
rtpPackets: number;
|
|
7362
|
-
transmittedFrameRate
|
|
7363
|
-
requestedFrames
|
|
7362
|
+
transmittedFrameRate?: number;
|
|
7363
|
+
requestedFrames?: number;
|
|
7364
7364
|
transmittedBitrate: number;
|
|
7365
7365
|
requestedBitrate: number;
|
|
7366
7366
|
captureOffset?: number;
|
|
@@ -8710,8 +8710,8 @@ export interface Event {
|
|
|
8710
8710
|
ssci: number;
|
|
8711
8711
|
duplicateSsci?: number;
|
|
8712
8712
|
rtpPackets: number;
|
|
8713
|
-
transmittedFrameRate
|
|
8714
|
-
requestedFrames
|
|
8713
|
+
transmittedFrameRate?: number;
|
|
8714
|
+
requestedFrames?: number;
|
|
8715
8715
|
transmittedBitrate: number;
|
|
8716
8716
|
requestedBitrate: number;
|
|
8717
8717
|
captureOffset?: number;
|
|
@@ -9161,7 +9161,22 @@ export interface Event {
|
|
|
9161
9161
|
stateTriggeredTime?: string;
|
|
9162
9162
|
shareInstanceId?: string;
|
|
9163
9163
|
direction?: "RX" | "TX" | "BOTH";
|
|
9164
|
-
errorType?:
|
|
9164
|
+
errorType?:
|
|
9165
|
+
| "NO_ERROR\t# No issues, reported under the report section for media error"
|
|
9166
|
+
| "DECRYPT_ERROR\t#Decrypt related issues, srtp, mls ++"
|
|
9167
|
+
| "DEVICE_ERROR"
|
|
9168
|
+
| "LOAD_LIBRARY_ERROR\t# Fail to load media library, including security checks"
|
|
9169
|
+
| "NO_FRAME_DECODE_ERROR\t# Video frame decode errors or Audio packet decode error"
|
|
9170
|
+
| "NO_PACKET_RECV_ERROR\t# No packet received for a session (media type)"
|
|
9171
|
+
| "INITIAL_MEMORY_ERROR\t# Fail to allocate memory. More common on 32-bits than 64-bits OS"
|
|
9172
|
+
| "MAC_VIRTUAL_AUDIO_DRV_ERROR\t# In high frame share audio, mac need install virtual audio driver to capture computer audio."
|
|
9173
|
+
| "MEDIA_PROCESS_CRASH_ERROR\t# Media process crash"
|
|
9174
|
+
| "HEARTBEAT_LOST_WITH_MEDIA_PROCESS_ERROR\t# Lost heart beat from media process, such as media process hung, IPC issue."
|
|
9175
|
+
| "LOCUS_SESSION_CONNECT_ERROR\t# Connect to locus server fail."
|
|
9176
|
+
| "NO_PACKET_SEND_ERROR\t# No packets send out."
|
|
9177
|
+
| "NETWORK_LOST_ERROR\t# Network lost causes meeting end."
|
|
9178
|
+
| "MEDIA_NOT_AVAILABLE\t# Media is not available after media channel is created, such as SCR failure."
|
|
9179
|
+
| "MEDIA_CONNECT_FAILURE";
|
|
9165
9180
|
errorCode?: number;
|
|
9166
9181
|
errorCodeExt1?: number;
|
|
9167
9182
|
errorDescription?: string;
|
|
@@ -19914,8 +19929,8 @@ export interface MediaQualityEvent {
|
|
|
19914
19929
|
ssci: number;
|
|
19915
19930
|
duplicateSsci?: number;
|
|
19916
19931
|
rtpPackets: number;
|
|
19917
|
-
transmittedFrameRate
|
|
19918
|
-
requestedFrames
|
|
19932
|
+
transmittedFrameRate?: number;
|
|
19933
|
+
requestedFrames?: number;
|
|
19919
19934
|
transmittedBitrate: number;
|
|
19920
19935
|
requestedBitrate: number;
|
|
19921
19936
|
captureOffset?: number;
|
|
@@ -20338,8 +20353,8 @@ export interface MediaQualityEvent {
|
|
|
20338
20353
|
ssci: number;
|
|
20339
20354
|
duplicateSsci?: number;
|
|
20340
20355
|
rtpPackets: number;
|
|
20341
|
-
transmittedFrameRate
|
|
20342
|
-
requestedFrames
|
|
20356
|
+
transmittedFrameRate?: number;
|
|
20357
|
+
requestedFrames?: number;
|
|
20343
20358
|
transmittedBitrate: number;
|
|
20344
20359
|
requestedBitrate: number;
|
|
20345
20360
|
captureOffset?: number;
|
|
@@ -21684,8 +21699,8 @@ export interface MediaQualityEvent {
|
|
|
21684
21699
|
ssci: number;
|
|
21685
21700
|
duplicateSsci?: number;
|
|
21686
21701
|
rtpPackets: number;
|
|
21687
|
-
transmittedFrameRate
|
|
21688
|
-
requestedFrames
|
|
21702
|
+
transmittedFrameRate?: number;
|
|
21703
|
+
requestedFrames?: number;
|
|
21689
21704
|
transmittedBitrate: number;
|
|
21690
21705
|
requestedBitrate: number;
|
|
21691
21706
|
captureOffset?: number;
|
|
@@ -22135,7 +22150,22 @@ export interface MediaQualityEvent {
|
|
|
22135
22150
|
stateTriggeredTime?: string;
|
|
22136
22151
|
shareInstanceId?: string;
|
|
22137
22152
|
direction?: "RX" | "TX" | "BOTH";
|
|
22138
|
-
errorType?:
|
|
22153
|
+
errorType?:
|
|
22154
|
+
| "NO_ERROR\t# No issues, reported under the report section for media error"
|
|
22155
|
+
| "DECRYPT_ERROR\t#Decrypt related issues, srtp, mls ++"
|
|
22156
|
+
| "DEVICE_ERROR"
|
|
22157
|
+
| "LOAD_LIBRARY_ERROR\t# Fail to load media library, including security checks"
|
|
22158
|
+
| "NO_FRAME_DECODE_ERROR\t# Video frame decode errors or Audio packet decode error"
|
|
22159
|
+
| "NO_PACKET_RECV_ERROR\t# No packet received for a session (media type)"
|
|
22160
|
+
| "INITIAL_MEMORY_ERROR\t# Fail to allocate memory. More common on 32-bits than 64-bits OS"
|
|
22161
|
+
| "MAC_VIRTUAL_AUDIO_DRV_ERROR\t# In high frame share audio, mac need install virtual audio driver to capture computer audio."
|
|
22162
|
+
| "MEDIA_PROCESS_CRASH_ERROR\t# Media process crash"
|
|
22163
|
+
| "HEARTBEAT_LOST_WITH_MEDIA_PROCESS_ERROR\t# Lost heart beat from media process, such as media process hung, IPC issue."
|
|
22164
|
+
| "LOCUS_SESSION_CONNECT_ERROR\t# Connect to locus server fail."
|
|
22165
|
+
| "NO_PACKET_SEND_ERROR\t# No packets send out."
|
|
22166
|
+
| "NETWORK_LOST_ERROR\t# Network lost causes meeting end."
|
|
22167
|
+
| "MEDIA_NOT_AVAILABLE\t# Media is not available after media channel is created, such as SCR failure."
|
|
22168
|
+
| "MEDIA_CONNECT_FAILURE";
|
|
22139
22169
|
errorCode?: number;
|
|
22140
22170
|
errorCodeExt1?: number;
|
|
22141
22171
|
errorDescription?: string;
|
package/package.json
CHANGED