@webex/event-dictionary-ts 1.0.1639 → 1.0.1641
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.
|
@@ -4364,6 +4364,11 @@
|
|
|
4364
4364
|
"type": "integer",
|
|
4365
4365
|
"minimum": 0
|
|
4366
4366
|
},
|
|
4367
|
+
"interstitialToLoginEnd": {
|
|
4368
|
+
"type": "integer",
|
|
4369
|
+
"minimum": 0,
|
|
4370
|
+
"maximum": 1200000
|
|
4371
|
+
},
|
|
4367
4372
|
"interstitialToJoinOK": {
|
|
4368
4373
|
"type": "integer"
|
|
4369
4374
|
},
|
|
@@ -21487,88 +21492,73 @@
|
|
|
21487
21492
|
}
|
|
21488
21493
|
}
|
|
21489
21494
|
}
|
|
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
21495
|
},
|
|
21570
|
-
"
|
|
21571
|
-
"type": "
|
|
21496
|
+
"mediaState": {
|
|
21497
|
+
"type": "array",
|
|
21498
|
+
"items": {
|
|
21499
|
+
"type": "object",
|
|
21500
|
+
"description": "represents detailed information when there is an instance of media error (currently it covers media or media drop) at client side.",
|
|
21501
|
+
"additionalProperties": true,
|
|
21502
|
+
"required": [
|
|
21503
|
+
"stateType",
|
|
21504
|
+
"duration",
|
|
21505
|
+
"mediaType"
|
|
21506
|
+
],
|
|
21507
|
+
"properties": {
|
|
21508
|
+
"stateType": {
|
|
21509
|
+
"enum": [
|
|
21510
|
+
"start",
|
|
21511
|
+
"middle"
|
|
21512
|
+
],
|
|
21513
|
+
"type": "string"
|
|
21514
|
+
},
|
|
21515
|
+
"duration": {
|
|
21516
|
+
"type": "number",
|
|
21517
|
+
"minimum": 0.0,
|
|
21518
|
+
"maximum": 9223372036854776000.0
|
|
21519
|
+
},
|
|
21520
|
+
"mediaType": {
|
|
21521
|
+
"type": "string",
|
|
21522
|
+
"enum": [
|
|
21523
|
+
"audio",
|
|
21524
|
+
"video",
|
|
21525
|
+
"share",
|
|
21526
|
+
"share_audio",
|
|
21527
|
+
"whiteboard",
|
|
21528
|
+
"gamestate"
|
|
21529
|
+
]
|
|
21530
|
+
},
|
|
21531
|
+
"stateTriggeredTime": {
|
|
21532
|
+
"type": "string",
|
|
21533
|
+
"format": "date-time"
|
|
21534
|
+
},
|
|
21535
|
+
"shareInstanceId": {
|
|
21536
|
+
"type": "string"
|
|
21537
|
+
},
|
|
21538
|
+
"direction": {
|
|
21539
|
+
"enum": [
|
|
21540
|
+
"RX",
|
|
21541
|
+
"TX",
|
|
21542
|
+
"BOTH"
|
|
21543
|
+
],
|
|
21544
|
+
"type": "string"
|
|
21545
|
+
},
|
|
21546
|
+
"errorType": {},
|
|
21547
|
+
"errorCode": {
|
|
21548
|
+
"type": "number",
|
|
21549
|
+
"minimum": -9223372036854776000.0,
|
|
21550
|
+
"maximum": 9223372036854776000.0
|
|
21551
|
+
},
|
|
21552
|
+
"errorCodeExt1": {
|
|
21553
|
+
"type": "number",
|
|
21554
|
+
"minimum": -9223372036854776000.0,
|
|
21555
|
+
"maximum": 9223372036854776000.0
|
|
21556
|
+
},
|
|
21557
|
+
"errorDescription": {
|
|
21558
|
+
"type": "string"
|
|
21559
|
+
}
|
|
21560
|
+
}
|
|
21561
|
+
}
|
|
21572
21562
|
}
|
|
21573
21563
|
}
|
|
21574
21564
|
}
|
|
@@ -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
|
}
|
|
@@ -1868,6 +1868,7 @@ export interface Event {
|
|
|
1868
1868
|
initializeCameraTime?: number;
|
|
1869
1869
|
installAppTime?: number;
|
|
1870
1870
|
installerJmt?: number;
|
|
1871
|
+
interstitialToLoginEnd?: number;
|
|
1871
1872
|
interstitialToJoinOK?: number;
|
|
1872
1873
|
interstitialToMediaOKJMT?: number;
|
|
1873
1874
|
JMTDetail?: string;
|
|
@@ -9152,33 +9153,19 @@ export interface Event {
|
|
|
9152
9153
|
}[];
|
|
9153
9154
|
additionalProperties?: false;
|
|
9154
9155
|
}[];
|
|
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;
|
|
9156
|
+
mediaState?: {
|
|
9157
|
+
stateType: "start" | "middle";
|
|
9158
|
+
duration: number;
|
|
9159
|
+
mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
|
|
9160
|
+
stateTriggeredTime?: string;
|
|
9161
|
+
shareInstanceId?: string;
|
|
9162
|
+
direction?: "RX" | "TX" | "BOTH";
|
|
9163
|
+
errorType?: {};
|
|
9164
|
+
errorCode?: number;
|
|
9165
|
+
errorCodeExt1?: number;
|
|
9166
|
+
errorDescription?: string;
|
|
9167
|
+
additionalProperties?: false;
|
|
9168
|
+
}[];
|
|
9182
9169
|
additionalProperties?: false;
|
|
9183
9170
|
}[];
|
|
9184
9171
|
additionalProperties?: false;
|
|
@@ -15088,6 +15075,7 @@ export interface ClientEvent {
|
|
|
15088
15075
|
initializeCameraTime?: number;
|
|
15089
15076
|
installAppTime?: number;
|
|
15090
15077
|
installerJmt?: number;
|
|
15078
|
+
interstitialToLoginEnd?: number;
|
|
15091
15079
|
interstitialToJoinOK?: number;
|
|
15092
15080
|
interstitialToMediaOKJMT?: number;
|
|
15093
15081
|
JMTDetail?: string;
|
|
@@ -22138,33 +22126,19 @@ export interface MediaQualityEvent {
|
|
|
22138
22126
|
}[];
|
|
22139
22127
|
additionalProperties?: false;
|
|
22140
22128
|
}[];
|
|
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;
|
|
22129
|
+
mediaState?: {
|
|
22130
|
+
stateType: "start" | "middle";
|
|
22131
|
+
duration: number;
|
|
22132
|
+
mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
|
|
22133
|
+
stateTriggeredTime?: string;
|
|
22134
|
+
shareInstanceId?: string;
|
|
22135
|
+
direction?: "RX" | "TX" | "BOTH";
|
|
22136
|
+
errorType?: {};
|
|
22137
|
+
errorCode?: number;
|
|
22138
|
+
errorCodeExt1?: number;
|
|
22139
|
+
errorDescription?: string;
|
|
22140
|
+
additionalProperties?: false;
|
|
22141
|
+
}[];
|
|
22168
22142
|
additionalProperties?: false;
|
|
22169
22143
|
}[];
|
|
22170
22144
|
additionalProperties?: false;
|
package/package.json
CHANGED