@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.
@@ -3860,6 +3860,11 @@
3860
3860
  "type": "integer",
3861
3861
  "minimum": 0
3862
3862
  },
3863
+ "interstitialToLoginEnd": {
3864
+ "type": "integer",
3865
+ "minimum": 0,
3866
+ "maximum": 1200000
3867
+ },
3863
3868
  "interstitialToJoinOK": {
3864
3869
  "type": "integer"
3865
3870
  },
@@ -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
- "errorDescription": {
21571
- "type": "string"
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
- "mediaType": {
9259
- "type": "string",
9260
- "enum": [
9261
- "audio",
9262
- "video",
9263
- "share",
9264
- "share_audio",
9265
- "whiteboard",
9266
- "gamestate"
9267
- ]
9268
- },
9269
- "shareInstanceId": {
9270
- "type": "string"
9271
- },
9272
- "direction": {
9273
- "enum": [
9274
- "RX",
9275
- "TX",
9276
- "BOTH"
9277
- ],
9278
- "type": "string"
9279
- },
9280
- "errorType": {
9281
- "type": "string",
9282
- "enum": [
9283
- "NO_ERROR\t# No issues, reported under the report section for media error",
9284
- "DECRYPT_ERROR\t#Decrypt related issues, srtp, mls ++",
9285
- "DEVICE_ERROR",
9286
- "LOAD_LIBRARY_ERROR\t# Fail to load media library, including security checks",
9287
- "NO_FRAME_DECODE_ERROR\t# Video frame decode errors or Audio packet decode error",
9288
- "NO_PACKET_RECV_ERROR\t# No packet received for a session (media type)",
9289
- "INITIAL_MEMORY_ERROR\t# Fail to allocate memory. More common on 32-bits than 64-bits OS",
9290
- "MAC_VIRTUAL_AUDIO_DRV_ERROR\t# In high frame share audio, mac need install virtual audio driver to capture computer audio.",
9291
- "MEDIA_PROCESS_CRASH_ERROR\t# Media process crash",
9292
- "HEARTBEAT_LOST_WITH_MEDIA_PROCESS_ERROR\t# Lost heart beat from media process, such as media process hung, IPC issue.",
9293
- "LOCUS_SESSION_CONNECT_ERROR\t# Connect to locus server fail.",
9294
- "NO_PACKET_SEND_ERROR\t# No packets send out.",
9295
- "NETWORK_LOST_ERROR\t# Network lost causes meeting end.",
9296
- "MEDIA_NOT_AVAILABLE\t# Media is not available after media channel is created, such as SCR failure.",
9297
- "MEDIA_CONNECT_FAILURE"
9298
- ]
9299
- },
9300
- "errorCode": {
9301
- "type": "number",
9302
- "minimum": -9223372036854776000.0,
9303
- "maximum": 9223372036854776000.0
9304
- },
9305
- "errorCodeExt1": {
9306
- "type": "number",
9307
- "minimum": -9223372036854776000.0,
9308
- "maximum": 9223372036854776000.0
9309
- },
9310
- "errorDescription": {
9311
- "type": "string"
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
- additionalProperties?: false;
9156
- }[];
9157
- mediaState?: {
9158
- stateType: "start" | "during";
9159
- duration: number;
9160
- mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
9161
- shareInstanceId?: string;
9162
- direction?: "RX" | "TX" | "BOTH";
9163
- errorType?:
9164
- | "NO_ERROR\t# No issues, reported under the report section for media error"
9165
- | "DECRYPT_ERROR\t#Decrypt related issues, srtp, mls ++"
9166
- | "DEVICE_ERROR"
9167
- | "LOAD_LIBRARY_ERROR\t# Fail to load media library, including security checks"
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
- additionalProperties?: false;
22142
- }[];
22143
- mediaState?: {
22144
- stateType: "start" | "during";
22145
- duration: number;
22146
- mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
22147
- shareInstanceId?: string;
22148
- direction?: "RX" | "TX" | "BOTH";
22149
- errorType?:
22150
- | "NO_ERROR\t# No issues, reported under the report section for media error"
22151
- | "DECRYPT_ERROR\t#Decrypt related issues, srtp, mls ++"
22152
- | "DEVICE_ERROR"
22153
- | "LOAD_LIBRARY_ERROR\t# Fail to load media library, including security checks"
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
@@ -28,5 +28,5 @@
28
28
  "access": "public",
29
29
  "registry": "https://registry.npmjs.org"
30
30
  },
31
- "version": "1.0.1639"
31
+ "version": "1.0.1641"
32
32
  }