@webex/event-dictionary-ts 1.0.1638 → 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.
@@ -6934,6 +6934,16 @@
6934
6934
  "endReason": {
6935
6935
  "type": "string"
6936
6936
  },
6937
+ "hostCPUUsageDuringCall": {
6938
+ "type": "number",
6939
+ "minimum": 0.0,
6940
+ "maximum": 100.0
6941
+ },
6942
+ "hostCPUUsageDuringCallSetup": {
6943
+ "type": "number",
6944
+ "minimum": 0.0,
6945
+ "maximum": 100.0
6946
+ },
6937
6947
  "iceEnabled": {
6938
6948
  "type": "boolean"
6939
6949
  },
@@ -6946,6 +6956,26 @@
6946
6956
  "isSipProxyIpv6": {
6947
6957
  "type": "boolean"
6948
6958
  },
6959
+ "mainCPUUsageDuringCall": {
6960
+ "type": "number",
6961
+ "minimum": 0.0,
6962
+ "maximum": 100.0
6963
+ },
6964
+ "mainCPUUsageDuringCallSetup": {
6965
+ "type": "number",
6966
+ "minimum": 0.0,
6967
+ "maximum": 100.0
6968
+ },
6969
+ "mediaCPUUsageDuringCall": {
6970
+ "type": "number",
6971
+ "minimum": 0.0,
6972
+ "maximum": 100.0
6973
+ },
6974
+ "mediaCPUUsageDuringCallSetup": {
6975
+ "type": "number",
6976
+ "minimum": 0.0,
6977
+ "maximum": 100.0
6978
+ },
6949
6979
  "mediaCreateOnCallCreate": {
6950
6980
  "type": "boolean"
6951
6981
  },
@@ -7438,6 +7438,16 @@
7438
7438
  "endReason": {
7439
7439
  "type": "string"
7440
7440
  },
7441
+ "hostCPUUsageDuringCall": {
7442
+ "type": "number",
7443
+ "minimum": 0.0,
7444
+ "maximum": 100.0
7445
+ },
7446
+ "hostCPUUsageDuringCallSetup": {
7447
+ "type": "number",
7448
+ "minimum": 0.0,
7449
+ "maximum": 100.0
7450
+ },
7441
7451
  "iceEnabled": {
7442
7452
  "type": "boolean"
7443
7453
  },
@@ -7450,6 +7460,26 @@
7450
7460
  "isSipProxyIpv6": {
7451
7461
  "type": "boolean"
7452
7462
  },
7463
+ "mainCPUUsageDuringCall": {
7464
+ "type": "number",
7465
+ "minimum": 0.0,
7466
+ "maximum": 100.0
7467
+ },
7468
+ "mainCPUUsageDuringCallSetup": {
7469
+ "type": "number",
7470
+ "minimum": 0.0,
7471
+ "maximum": 100.0
7472
+ },
7473
+ "mediaCPUUsageDuringCall": {
7474
+ "type": "number",
7475
+ "minimum": 0.0,
7476
+ "maximum": 100.0
7477
+ },
7478
+ "mediaCPUUsageDuringCallSetup": {
7479
+ "type": "number",
7480
+ "minimum": 0.0,
7481
+ "maximum": 100.0
7482
+ },
7453
7483
  "mediaCreateOnCallCreate": {
7454
7484
  "type": "boolean"
7455
7485
  },
@@ -21457,88 +21487,73 @@
21457
21487
  }
21458
21488
  }
21459
21489
  }
21460
- }
21461
- }
21462
- }
21463
- },
21464
- "mediaState": {
21465
- "type": "array",
21466
- "items": {
21467
- "type": "object",
21468
- "description": "represents detailed information when there is an instance of media error (currently it covers media or media drop) at client side.",
21469
- "additionalProperties": true,
21470
- "required": [
21471
- "stateType",
21472
- "duration",
21473
- "mediaType"
21474
- ],
21475
- "properties": {
21476
- "stateType": {
21477
- "enum": [
21478
- "start",
21479
- "during"
21480
- ],
21481
- "type": "string"
21482
- },
21483
- "duration": {
21484
- "type": "number",
21485
- "minimum": 0.0,
21486
- "maximum": 9223372036854776000.0
21487
- },
21488
- "mediaType": {
21489
- "type": "string",
21490
- "enum": [
21491
- "audio",
21492
- "video",
21493
- "share",
21494
- "share_audio",
21495
- "whiteboard",
21496
- "gamestate"
21497
- ]
21498
- },
21499
- "shareInstanceId": {
21500
- "type": "string"
21501
- },
21502
- "direction": {
21503
- "enum": [
21504
- "RX",
21505
- "TX",
21506
- "BOTH"
21507
- ],
21508
- "type": "string"
21509
- },
21510
- "errorType": {
21511
- "type": "string",
21512
- "enum": [
21513
- "NO_ERROR\t# No issues, reported under the report section for media error",
21514
- "DECRYPT_ERROR\t#Decrypt related issues, srtp, mls ++",
21515
- "DEVICE_ERROR",
21516
- "LOAD_LIBRARY_ERROR\t# Fail to load media library, including security checks",
21517
- "NO_FRAME_DECODE_ERROR\t# Video frame decode errors or Audio packet decode error",
21518
- "NO_PACKET_RECV_ERROR\t# No packet received for a session (media type)",
21519
- "INITIAL_MEMORY_ERROR\t# Fail to allocate memory. More common on 32-bits than 64-bits OS",
21520
- "MAC_VIRTUAL_AUDIO_DRV_ERROR\t# In high frame share audio, mac need install virtual audio driver to capture computer audio.",
21521
- "MEDIA_PROCESS_CRASH_ERROR\t# Media process crash",
21522
- "HEARTBEAT_LOST_WITH_MEDIA_PROCESS_ERROR\t# Lost heart beat from media process, such as media process hung, IPC issue.",
21523
- "LOCUS_SESSION_CONNECT_ERROR\t# Connect to locus server fail.",
21524
- "NO_PACKET_SEND_ERROR\t# No packets send out.",
21525
- "NETWORK_LOST_ERROR\t# Network lost causes meeting end.",
21526
- "MEDIA_NOT_AVAILABLE\t# Media is not available after media channel is created, such as SCR failure.",
21527
- "MEDIA_CONNECT_FAILURE"
21528
- ]
21529
- },
21530
- "errorCode": {
21531
- "type": "number",
21532
- "minimum": -9223372036854776000.0,
21533
- "maximum": 9223372036854776000.0
21534
21490
  },
21535
- "errorCodeExt1": {
21536
- "type": "number",
21537
- "minimum": -9223372036854776000.0,
21538
- "maximum": 9223372036854776000.0
21539
- },
21540
- "errorDescription": {
21541
- "type": "string"
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
+ }
21542
21557
  }
21543
21558
  }
21544
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
- "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
  }
@@ -3510,10 +3510,16 @@ export interface Event {
3510
3510
  callType?: string;
3511
3511
  dnsMode?: number;
3512
3512
  endReason?: string;
3513
+ hostCPUUsageDuringCall?: number;
3514
+ hostCPUUsageDuringCallSetup?: number;
3513
3515
  iceEnabled?: boolean;
3514
3516
  iosAcceptCallImmediately?: boolean;
3515
3517
  ipv6Negotiated?: boolean;
3516
3518
  isSipProxyIpv6?: boolean;
3519
+ mainCPUUsageDuringCall?: number;
3520
+ mainCPUUsageDuringCallSetup?: number;
3521
+ mediaCPUUsageDuringCall?: number;
3522
+ mediaCPUUsageDuringCallSetup?: number;
3517
3523
  mediaCreateOnCallCreate?: boolean;
3518
3524
  mediaStartOnCallCreate?: boolean;
3519
3525
  sipServiceIndex?: number;
@@ -9146,33 +9152,19 @@ export interface Event {
9146
9152
  }[];
9147
9153
  additionalProperties?: false;
9148
9154
  }[];
9149
- additionalProperties?: false;
9150
- }[];
9151
- mediaState?: {
9152
- stateType: "start" | "during";
9153
- duration: number;
9154
- mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
9155
- shareInstanceId?: string;
9156
- direction?: "RX" | "TX" | "BOTH";
9157
- errorType?:
9158
- | "NO_ERROR\t# No issues, reported under the report section for media error"
9159
- | "DECRYPT_ERROR\t#Decrypt related issues, srtp, mls ++"
9160
- | "DEVICE_ERROR"
9161
- | "LOAD_LIBRARY_ERROR\t# Fail to load media library, including security checks"
9162
- | "NO_FRAME_DECODE_ERROR\t# Video frame decode errors or Audio packet decode error"
9163
- | "NO_PACKET_RECV_ERROR\t# No packet received for a session (media type)"
9164
- | "INITIAL_MEMORY_ERROR\t# Fail to allocate memory. More common on 32-bits than 64-bits OS"
9165
- | "MAC_VIRTUAL_AUDIO_DRV_ERROR\t# In high frame share audio, mac need install virtual audio driver to capture computer audio."
9166
- | "MEDIA_PROCESS_CRASH_ERROR\t# Media process crash"
9167
- | "HEARTBEAT_LOST_WITH_MEDIA_PROCESS_ERROR\t# Lost heart beat from media process, such as media process hung, IPC issue."
9168
- | "LOCUS_SESSION_CONNECT_ERROR\t# Connect to locus server fail."
9169
- | "NO_PACKET_SEND_ERROR\t# No packets send out."
9170
- | "NETWORK_LOST_ERROR\t# Network lost causes meeting end."
9171
- | "MEDIA_NOT_AVAILABLE\t# Media is not available after media channel is created, such as SCR failure."
9172
- | "MEDIA_CONNECT_FAILURE";
9173
- errorCode?: number;
9174
- errorCodeExt1?: number;
9175
- 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
+ }[];
9176
9168
  additionalProperties?: false;
9177
9169
  }[];
9178
9170
  additionalProperties?: false;
@@ -16724,10 +16716,16 @@ export interface ClientEvent {
16724
16716
  callType?: string;
16725
16717
  dnsMode?: number;
16726
16718
  endReason?: string;
16719
+ hostCPUUsageDuringCall?: number;
16720
+ hostCPUUsageDuringCallSetup?: number;
16727
16721
  iceEnabled?: boolean;
16728
16722
  iosAcceptCallImmediately?: boolean;
16729
16723
  ipv6Negotiated?: boolean;
16730
16724
  isSipProxyIpv6?: boolean;
16725
+ mainCPUUsageDuringCall?: number;
16726
+ mainCPUUsageDuringCallSetup?: number;
16727
+ mediaCPUUsageDuringCall?: number;
16728
+ mediaCPUUsageDuringCallSetup?: number;
16731
16729
  mediaCreateOnCallCreate?: boolean;
16732
16730
  mediaStartOnCallCreate?: boolean;
16733
16731
  sipServiceIndex?: number;
@@ -22126,33 +22124,19 @@ export interface MediaQualityEvent {
22126
22124
  }[];
22127
22125
  additionalProperties?: false;
22128
22126
  }[];
22129
- additionalProperties?: false;
22130
- }[];
22131
- mediaState?: {
22132
- stateType: "start" | "during";
22133
- duration: number;
22134
- mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
22135
- shareInstanceId?: string;
22136
- direction?: "RX" | "TX" | "BOTH";
22137
- errorType?:
22138
- | "NO_ERROR\t# No issues, reported under the report section for media error"
22139
- | "DECRYPT_ERROR\t#Decrypt related issues, srtp, mls ++"
22140
- | "DEVICE_ERROR"
22141
- | "LOAD_LIBRARY_ERROR\t# Fail to load media library, including security checks"
22142
- | "NO_FRAME_DECODE_ERROR\t# Video frame decode errors or Audio packet decode error"
22143
- | "NO_PACKET_RECV_ERROR\t# No packet received for a session (media type)"
22144
- | "INITIAL_MEMORY_ERROR\t# Fail to allocate memory. More common on 32-bits than 64-bits OS"
22145
- | "MAC_VIRTUAL_AUDIO_DRV_ERROR\t# In high frame share audio, mac need install virtual audio driver to capture computer audio."
22146
- | "MEDIA_PROCESS_CRASH_ERROR\t# Media process crash"
22147
- | "HEARTBEAT_LOST_WITH_MEDIA_PROCESS_ERROR\t# Lost heart beat from media process, such as media process hung, IPC issue."
22148
- | "LOCUS_SESSION_CONNECT_ERROR\t# Connect to locus server fail."
22149
- | "NO_PACKET_SEND_ERROR\t# No packets send out."
22150
- | "NETWORK_LOST_ERROR\t# Network lost causes meeting end."
22151
- | "MEDIA_NOT_AVAILABLE\t# Media is not available after media channel is created, such as SCR failure."
22152
- | "MEDIA_CONNECT_FAILURE";
22153
- errorCode?: number;
22154
- errorCodeExt1?: number;
22155
- 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
+ }[];
22156
22140
  additionalProperties?: false;
22157
22141
  }[];
22158
22142
  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.1638"
31
+ "version": "1.0.1640"
32
32
  }