@webex/event-dictionary-ts 1.0.1639 → 1.0.1640
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.
|
@@ -21487,88 +21487,73 @@
|
|
|
21487
21487
|
}
|
|
21488
21488
|
}
|
|
21489
21489
|
}
|
|
21490
|
-
}
|
|
21491
|
-
}
|
|
21492
|
-
}
|
|
21493
|
-
},
|
|
21494
|
-
"mediaState": {
|
|
21495
|
-
"type": "array",
|
|
21496
|
-
"items": {
|
|
21497
|
-
"type": "object",
|
|
21498
|
-
"description": "represents detailed information when there is an instance of media error (currently it covers media or media drop) at client side.",
|
|
21499
|
-
"additionalProperties": true,
|
|
21500
|
-
"required": [
|
|
21501
|
-
"stateType",
|
|
21502
|
-
"duration",
|
|
21503
|
-
"mediaType"
|
|
21504
|
-
],
|
|
21505
|
-
"properties": {
|
|
21506
|
-
"stateType": {
|
|
21507
|
-
"enum": [
|
|
21508
|
-
"start",
|
|
21509
|
-
"during"
|
|
21510
|
-
],
|
|
21511
|
-
"type": "string"
|
|
21512
|
-
},
|
|
21513
|
-
"duration": {
|
|
21514
|
-
"type": "number",
|
|
21515
|
-
"minimum": 0.0,
|
|
21516
|
-
"maximum": 9223372036854776000.0
|
|
21517
|
-
},
|
|
21518
|
-
"mediaType": {
|
|
21519
|
-
"type": "string",
|
|
21520
|
-
"enum": [
|
|
21521
|
-
"audio",
|
|
21522
|
-
"video",
|
|
21523
|
-
"share",
|
|
21524
|
-
"share_audio",
|
|
21525
|
-
"whiteboard",
|
|
21526
|
-
"gamestate"
|
|
21527
|
-
]
|
|
21528
|
-
},
|
|
21529
|
-
"shareInstanceId": {
|
|
21530
|
-
"type": "string"
|
|
21531
|
-
},
|
|
21532
|
-
"direction": {
|
|
21533
|
-
"enum": [
|
|
21534
|
-
"RX",
|
|
21535
|
-
"TX",
|
|
21536
|
-
"BOTH"
|
|
21537
|
-
],
|
|
21538
|
-
"type": "string"
|
|
21539
|
-
},
|
|
21540
|
-
"errorType": {
|
|
21541
|
-
"type": "string",
|
|
21542
|
-
"enum": [
|
|
21543
|
-
"NO_ERROR\t# No issues, reported under the report section for media error",
|
|
21544
|
-
"DECRYPT_ERROR\t#Decrypt related issues, srtp, mls ++",
|
|
21545
|
-
"DEVICE_ERROR",
|
|
21546
|
-
"LOAD_LIBRARY_ERROR\t# Fail to load media library, including security checks",
|
|
21547
|
-
"NO_FRAME_DECODE_ERROR\t# Video frame decode errors or Audio packet decode error",
|
|
21548
|
-
"NO_PACKET_RECV_ERROR\t# No packet received for a session (media type)",
|
|
21549
|
-
"INITIAL_MEMORY_ERROR\t# Fail to allocate memory. More common on 32-bits than 64-bits OS",
|
|
21550
|
-
"MAC_VIRTUAL_AUDIO_DRV_ERROR\t# In high frame share audio, mac need install virtual audio driver to capture computer audio.",
|
|
21551
|
-
"MEDIA_PROCESS_CRASH_ERROR\t# Media process crash",
|
|
21552
|
-
"HEARTBEAT_LOST_WITH_MEDIA_PROCESS_ERROR\t# Lost heart beat from media process, such as media process hung, IPC issue.",
|
|
21553
|
-
"LOCUS_SESSION_CONNECT_ERROR\t# Connect to locus server fail.",
|
|
21554
|
-
"NO_PACKET_SEND_ERROR\t# No packets send out.",
|
|
21555
|
-
"NETWORK_LOST_ERROR\t# Network lost causes meeting end.",
|
|
21556
|
-
"MEDIA_NOT_AVAILABLE\t# Media is not available after media channel is created, such as SCR failure.",
|
|
21557
|
-
"MEDIA_CONNECT_FAILURE"
|
|
21558
|
-
]
|
|
21559
|
-
},
|
|
21560
|
-
"errorCode": {
|
|
21561
|
-
"type": "number",
|
|
21562
|
-
"minimum": -9223372036854776000.0,
|
|
21563
|
-
"maximum": 9223372036854776000.0
|
|
21564
|
-
},
|
|
21565
|
-
"errorCodeExt1": {
|
|
21566
|
-
"type": "number",
|
|
21567
|
-
"minimum": -9223372036854776000.0,
|
|
21568
|
-
"maximum": 9223372036854776000.0
|
|
21569
21490
|
},
|
|
21570
|
-
"
|
|
21571
|
-
"type": "
|
|
21491
|
+
"mediaState": {
|
|
21492
|
+
"type": "array",
|
|
21493
|
+
"items": {
|
|
21494
|
+
"type": "object",
|
|
21495
|
+
"description": "represents detailed information when there is an instance of media error (currently it covers media or media drop) at client side.",
|
|
21496
|
+
"additionalProperties": true,
|
|
21497
|
+
"required": [
|
|
21498
|
+
"stateType",
|
|
21499
|
+
"duration",
|
|
21500
|
+
"mediaType"
|
|
21501
|
+
],
|
|
21502
|
+
"properties": {
|
|
21503
|
+
"stateType": {
|
|
21504
|
+
"enum": [
|
|
21505
|
+
"start",
|
|
21506
|
+
"middle"
|
|
21507
|
+
],
|
|
21508
|
+
"type": "string"
|
|
21509
|
+
},
|
|
21510
|
+
"duration": {
|
|
21511
|
+
"type": "number",
|
|
21512
|
+
"minimum": 0.0,
|
|
21513
|
+
"maximum": 9223372036854776000.0
|
|
21514
|
+
},
|
|
21515
|
+
"mediaType": {
|
|
21516
|
+
"type": "string",
|
|
21517
|
+
"enum": [
|
|
21518
|
+
"audio",
|
|
21519
|
+
"video",
|
|
21520
|
+
"share",
|
|
21521
|
+
"share_audio",
|
|
21522
|
+
"whiteboard",
|
|
21523
|
+
"gamestate"
|
|
21524
|
+
]
|
|
21525
|
+
},
|
|
21526
|
+
"stateTriggeredTime": {
|
|
21527
|
+
"type": "string",
|
|
21528
|
+
"format": "date-time"
|
|
21529
|
+
},
|
|
21530
|
+
"shareInstanceId": {
|
|
21531
|
+
"type": "string"
|
|
21532
|
+
},
|
|
21533
|
+
"direction": {
|
|
21534
|
+
"enum": [
|
|
21535
|
+
"RX",
|
|
21536
|
+
"TX",
|
|
21537
|
+
"BOTH"
|
|
21538
|
+
],
|
|
21539
|
+
"type": "string"
|
|
21540
|
+
},
|
|
21541
|
+
"errorType": {},
|
|
21542
|
+
"errorCode": {
|
|
21543
|
+
"type": "number",
|
|
21544
|
+
"minimum": -9223372036854776000.0,
|
|
21545
|
+
"maximum": 9223372036854776000.0
|
|
21546
|
+
},
|
|
21547
|
+
"errorCodeExt1": {
|
|
21548
|
+
"type": "number",
|
|
21549
|
+
"minimum": -9223372036854776000.0,
|
|
21550
|
+
"maximum": 9223372036854776000.0
|
|
21551
|
+
},
|
|
21552
|
+
"errorDescription": {
|
|
21553
|
+
"type": "string"
|
|
21554
|
+
}
|
|
21555
|
+
}
|
|
21556
|
+
}
|
|
21572
21557
|
}
|
|
21573
21558
|
}
|
|
21574
21559
|
}
|
|
@@ -9227,88 +9227,73 @@
|
|
|
9227
9227
|
}
|
|
9228
9228
|
}
|
|
9229
9229
|
}
|
|
9230
|
-
}
|
|
9231
|
-
}
|
|
9232
|
-
}
|
|
9233
|
-
},
|
|
9234
|
-
"mediaState": {
|
|
9235
|
-
"type": "array",
|
|
9236
|
-
"items": {
|
|
9237
|
-
"type": "object",
|
|
9238
|
-
"description": "represents detailed information when there is an instance of media error (currently it covers media or media drop) at client side.",
|
|
9239
|
-
"additionalProperties": true,
|
|
9240
|
-
"required": [
|
|
9241
|
-
"stateType",
|
|
9242
|
-
"duration",
|
|
9243
|
-
"mediaType"
|
|
9244
|
-
],
|
|
9245
|
-
"properties": {
|
|
9246
|
-
"stateType": {
|
|
9247
|
-
"enum": [
|
|
9248
|
-
"start",
|
|
9249
|
-
"during"
|
|
9250
|
-
],
|
|
9251
|
-
"type": "string"
|
|
9252
|
-
},
|
|
9253
|
-
"duration": {
|
|
9254
|
-
"type": "number",
|
|
9255
|
-
"minimum": 0.0,
|
|
9256
|
-
"maximum": 9223372036854776000.0
|
|
9257
9230
|
},
|
|
9258
|
-
"
|
|
9259
|
-
"type": "
|
|
9260
|
-
"
|
|
9261
|
-
"
|
|
9262
|
-
"
|
|
9263
|
-
"
|
|
9264
|
-
"
|
|
9265
|
-
|
|
9266
|
-
|
|
9267
|
-
|
|
9268
|
-
|
|
9269
|
-
|
|
9270
|
-
|
|
9271
|
-
|
|
9272
|
-
|
|
9273
|
-
|
|
9274
|
-
|
|
9275
|
-
|
|
9276
|
-
|
|
9277
|
-
|
|
9278
|
-
|
|
9279
|
-
|
|
9280
|
-
|
|
9281
|
-
|
|
9282
|
-
|
|
9283
|
-
|
|
9284
|
-
|
|
9285
|
-
|
|
9286
|
-
|
|
9287
|
-
|
|
9288
|
-
|
|
9289
|
-
|
|
9290
|
-
|
|
9291
|
-
|
|
9292
|
-
|
|
9293
|
-
|
|
9294
|
-
|
|
9295
|
-
|
|
9296
|
-
|
|
9297
|
-
|
|
9298
|
-
|
|
9299
|
-
|
|
9300
|
-
|
|
9301
|
-
|
|
9302
|
-
|
|
9303
|
-
|
|
9304
|
-
|
|
9305
|
-
|
|
9306
|
-
|
|
9307
|
-
|
|
9308
|
-
|
|
9309
|
-
|
|
9310
|
-
|
|
9311
|
-
|
|
9231
|
+
"mediaState": {
|
|
9232
|
+
"type": "array",
|
|
9233
|
+
"items": {
|
|
9234
|
+
"type": "object",
|
|
9235
|
+
"description": "represents detailed information when there is an instance of media error (currently it covers media or media drop) at client side.",
|
|
9236
|
+
"additionalProperties": true,
|
|
9237
|
+
"required": [
|
|
9238
|
+
"stateType",
|
|
9239
|
+
"duration",
|
|
9240
|
+
"mediaType"
|
|
9241
|
+
],
|
|
9242
|
+
"properties": {
|
|
9243
|
+
"stateType": {
|
|
9244
|
+
"enum": [
|
|
9245
|
+
"start",
|
|
9246
|
+
"middle"
|
|
9247
|
+
],
|
|
9248
|
+
"type": "string"
|
|
9249
|
+
},
|
|
9250
|
+
"duration": {
|
|
9251
|
+
"type": "number",
|
|
9252
|
+
"minimum": 0.0,
|
|
9253
|
+
"maximum": 9223372036854776000.0
|
|
9254
|
+
},
|
|
9255
|
+
"mediaType": {
|
|
9256
|
+
"type": "string",
|
|
9257
|
+
"enum": [
|
|
9258
|
+
"audio",
|
|
9259
|
+
"video",
|
|
9260
|
+
"share",
|
|
9261
|
+
"share_audio",
|
|
9262
|
+
"whiteboard",
|
|
9263
|
+
"gamestate"
|
|
9264
|
+
]
|
|
9265
|
+
},
|
|
9266
|
+
"stateTriggeredTime": {
|
|
9267
|
+
"type": "string",
|
|
9268
|
+
"format": "date-time"
|
|
9269
|
+
},
|
|
9270
|
+
"shareInstanceId": {
|
|
9271
|
+
"type": "string"
|
|
9272
|
+
},
|
|
9273
|
+
"direction": {
|
|
9274
|
+
"enum": [
|
|
9275
|
+
"RX",
|
|
9276
|
+
"TX",
|
|
9277
|
+
"BOTH"
|
|
9278
|
+
],
|
|
9279
|
+
"type": "string"
|
|
9280
|
+
},
|
|
9281
|
+
"errorType": {},
|
|
9282
|
+
"errorCode": {
|
|
9283
|
+
"type": "number",
|
|
9284
|
+
"minimum": -9223372036854776000.0,
|
|
9285
|
+
"maximum": 9223372036854776000.0
|
|
9286
|
+
},
|
|
9287
|
+
"errorCodeExt1": {
|
|
9288
|
+
"type": "number",
|
|
9289
|
+
"minimum": -9223372036854776000.0,
|
|
9290
|
+
"maximum": 9223372036854776000.0
|
|
9291
|
+
},
|
|
9292
|
+
"errorDescription": {
|
|
9293
|
+
"type": "string"
|
|
9294
|
+
}
|
|
9295
|
+
}
|
|
9296
|
+
}
|
|
9312
9297
|
}
|
|
9313
9298
|
}
|
|
9314
9299
|
}
|
|
@@ -9152,33 +9152,19 @@ export interface Event {
|
|
|
9152
9152
|
}[];
|
|
9153
9153
|
additionalProperties?: false;
|
|
9154
9154
|
}[];
|
|
9155
|
-
|
|
9156
|
-
|
|
9157
|
-
|
|
9158
|
-
|
|
9159
|
-
|
|
9160
|
-
|
|
9161
|
-
|
|
9162
|
-
|
|
9163
|
-
|
|
9164
|
-
|
|
9165
|
-
|
|
9166
|
-
|
|
9167
|
-
|
|
9168
|
-
| "NO_FRAME_DECODE_ERROR\t# Video frame decode errors or Audio packet decode error"
|
|
9169
|
-
| "NO_PACKET_RECV_ERROR\t# No packet received for a session (media type)"
|
|
9170
|
-
| "INITIAL_MEMORY_ERROR\t# Fail to allocate memory. More common on 32-bits than 64-bits OS"
|
|
9171
|
-
| "MAC_VIRTUAL_AUDIO_DRV_ERROR\t# In high frame share audio, mac need install virtual audio driver to capture computer audio."
|
|
9172
|
-
| "MEDIA_PROCESS_CRASH_ERROR\t# Media process crash"
|
|
9173
|
-
| "HEARTBEAT_LOST_WITH_MEDIA_PROCESS_ERROR\t# Lost heart beat from media process, such as media process hung, IPC issue."
|
|
9174
|
-
| "LOCUS_SESSION_CONNECT_ERROR\t# Connect to locus server fail."
|
|
9175
|
-
| "NO_PACKET_SEND_ERROR\t# No packets send out."
|
|
9176
|
-
| "NETWORK_LOST_ERROR\t# Network lost causes meeting end."
|
|
9177
|
-
| "MEDIA_NOT_AVAILABLE\t# Media is not available after media channel is created, such as SCR failure."
|
|
9178
|
-
| "MEDIA_CONNECT_FAILURE";
|
|
9179
|
-
errorCode?: number;
|
|
9180
|
-
errorCodeExt1?: number;
|
|
9181
|
-
errorDescription?: string;
|
|
9155
|
+
mediaState?: {
|
|
9156
|
+
stateType: "start" | "middle";
|
|
9157
|
+
duration: number;
|
|
9158
|
+
mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
|
|
9159
|
+
stateTriggeredTime?: string;
|
|
9160
|
+
shareInstanceId?: string;
|
|
9161
|
+
direction?: "RX" | "TX" | "BOTH";
|
|
9162
|
+
errorType?: {};
|
|
9163
|
+
errorCode?: number;
|
|
9164
|
+
errorCodeExt1?: number;
|
|
9165
|
+
errorDescription?: string;
|
|
9166
|
+
additionalProperties?: false;
|
|
9167
|
+
}[];
|
|
9182
9168
|
additionalProperties?: false;
|
|
9183
9169
|
}[];
|
|
9184
9170
|
additionalProperties?: false;
|
|
@@ -22138,33 +22124,19 @@ export interface MediaQualityEvent {
|
|
|
22138
22124
|
}[];
|
|
22139
22125
|
additionalProperties?: false;
|
|
22140
22126
|
}[];
|
|
22141
|
-
|
|
22142
|
-
|
|
22143
|
-
|
|
22144
|
-
|
|
22145
|
-
|
|
22146
|
-
|
|
22147
|
-
|
|
22148
|
-
|
|
22149
|
-
|
|
22150
|
-
|
|
22151
|
-
|
|
22152
|
-
|
|
22153
|
-
|
|
22154
|
-
| "NO_FRAME_DECODE_ERROR\t# Video frame decode errors or Audio packet decode error"
|
|
22155
|
-
| "NO_PACKET_RECV_ERROR\t# No packet received for a session (media type)"
|
|
22156
|
-
| "INITIAL_MEMORY_ERROR\t# Fail to allocate memory. More common on 32-bits than 64-bits OS"
|
|
22157
|
-
| "MAC_VIRTUAL_AUDIO_DRV_ERROR\t# In high frame share audio, mac need install virtual audio driver to capture computer audio."
|
|
22158
|
-
| "MEDIA_PROCESS_CRASH_ERROR\t# Media process crash"
|
|
22159
|
-
| "HEARTBEAT_LOST_WITH_MEDIA_PROCESS_ERROR\t# Lost heart beat from media process, such as media process hung, IPC issue."
|
|
22160
|
-
| "LOCUS_SESSION_CONNECT_ERROR\t# Connect to locus server fail."
|
|
22161
|
-
| "NO_PACKET_SEND_ERROR\t# No packets send out."
|
|
22162
|
-
| "NETWORK_LOST_ERROR\t# Network lost causes meeting end."
|
|
22163
|
-
| "MEDIA_NOT_AVAILABLE\t# Media is not available after media channel is created, such as SCR failure."
|
|
22164
|
-
| "MEDIA_CONNECT_FAILURE";
|
|
22165
|
-
errorCode?: number;
|
|
22166
|
-
errorCodeExt1?: number;
|
|
22167
|
-
errorDescription?: string;
|
|
22127
|
+
mediaState?: {
|
|
22128
|
+
stateType: "start" | "middle";
|
|
22129
|
+
duration: number;
|
|
22130
|
+
mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
|
|
22131
|
+
stateTriggeredTime?: string;
|
|
22132
|
+
shareInstanceId?: string;
|
|
22133
|
+
direction?: "RX" | "TX" | "BOTH";
|
|
22134
|
+
errorType?: {};
|
|
22135
|
+
errorCode?: number;
|
|
22136
|
+
errorCodeExt1?: number;
|
|
22137
|
+
errorDescription?: string;
|
|
22138
|
+
additionalProperties?: false;
|
|
22139
|
+
}[];
|
|
22168
22140
|
additionalProperties?: false;
|
|
22169
22141
|
}[];
|
|
22170
22142
|
additionalProperties?: false;
|
package/package.json
CHANGED