@webex/event-dictionary-ts 1.0.1446 → 1.0.1448

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.
@@ -5737,69 +5737,55 @@
5737
5737
  }
5738
5738
  }
5739
5739
  },
5740
- "batteryInfo": {
5741
- "type": "object",
5742
- "description": "This object defines the device vendor provided battery info related fields that are tracked in media quality events and reports",
5743
- "additionalProperties": true,
5744
- "properties": {
5745
- "batteryHealth": {
5746
- "type": "string",
5747
- "description": "Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
5748
- "enum": [
5749
- "unknown",
5750
- "good",
5751
- "cold",
5752
- "overvoltage",
5753
- "overheat",
5754
- "unspecifiedfailure",
5755
- "dead"
5756
- ]
5757
- },
5758
- "batteryPlugged": {
5759
- "type": "string",
5760
- "description": "Provides visibility in charger type in use",
5761
- "enum": [
5762
- "unknown",
5763
- "ac",
5764
- "usb",
5765
- "wireless",
5766
- "dock"
5767
- ]
5768
- },
5769
- "batteryStatus": {
5770
- "type": "string",
5771
- "description": "Provides visibility into charging status",
5772
- "enum": [
5773
- "unknown",
5774
- "charging",
5775
- "discharging",
5776
- "notcharging",
5777
- "full"
5778
- ]
5779
- },
5780
- "batteryTemperature": {
5781
- "type": "number",
5782
- "description": "Battery temperature in celsius"
5783
- }
5784
- }
5740
+ "batteryHealth": {
5741
+ "type": "string",
5742
+ "description": "Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
5743
+ "enum": [
5744
+ "unknown",
5745
+ "good",
5746
+ "cold",
5747
+ "overvoltage",
5748
+ "overheat",
5749
+ "unspecifiedfailure",
5750
+ "dead"
5751
+ ]
5785
5752
  },
5786
- "thermalInfo": {
5787
- "type": "object",
5788
- "description": "This object defines the device vendor provided thermal info related fields that are tracked in media quality events and reports",
5789
- "additionalProperties": true,
5790
- "properties": {
5791
- "darwinThermalState": {
5792
- "type": "integer",
5793
- "description": "Provides visibility of customer experience in limited thermal headroom environments on Apple devices. See https://developer.apple.com/documentation/foundation/processinfo/thermalstate for more information."
5794
- },
5795
- "androidThermalHeadroom": {
5796
- "type": "number"
5797
- },
5798
- "androidThermalStatus": {
5799
- "type": "integer",
5800
- "description": "Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information."
5801
- }
5802
- }
5753
+ "batteryPlugged": {
5754
+ "type": "string",
5755
+ "description": "Provides visibility in charger type in use",
5756
+ "enum": [
5757
+ "unknown",
5758
+ "ac",
5759
+ "usb",
5760
+ "wireless",
5761
+ "dock"
5762
+ ]
5763
+ },
5764
+ "batteryStatus": {
5765
+ "type": "string",
5766
+ "description": "Provides visibility into charging status",
5767
+ "enum": [
5768
+ "unknown",
5769
+ "charging",
5770
+ "discharging",
5771
+ "notcharging",
5772
+ "full"
5773
+ ]
5774
+ },
5775
+ "batteryTemperature": {
5776
+ "type": "number",
5777
+ "description": "Battery temperature in celsius"
5778
+ },
5779
+ "darwinThermalState": {
5780
+ "type": "integer",
5781
+ "description": "Provides visibility of customer experience in limited thermal headroom environments on Apple devices. See https://developer.apple.com/documentation/foundation/processinfo/thermalstate for more information."
5782
+ },
5783
+ "androidThermalHeadroom": {
5784
+ "type": "number"
5785
+ },
5786
+ "androidThermalStatus": {
5787
+ "type": "integer",
5788
+ "description": "Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information."
5803
5789
  },
5804
5790
  "peripherals": {
5805
5791
  "type": "array",
@@ -6213,69 +6213,55 @@
6213
6213
  }
6214
6214
  }
6215
6215
  },
6216
- "batteryInfo": {
6217
- "type": "object",
6218
- "description": "This object defines the device vendor provided battery info related fields that are tracked in media quality events and reports",
6219
- "additionalProperties": true,
6220
- "properties": {
6221
- "batteryHealth": {
6222
- "type": "string",
6223
- "description": "Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
6224
- "enum": [
6225
- "unknown",
6226
- "good",
6227
- "cold",
6228
- "overvoltage",
6229
- "overheat",
6230
- "unspecifiedfailure",
6231
- "dead"
6232
- ]
6233
- },
6234
- "batteryPlugged": {
6235
- "type": "string",
6236
- "description": "Provides visibility in charger type in use",
6237
- "enum": [
6238
- "unknown",
6239
- "ac",
6240
- "usb",
6241
- "wireless",
6242
- "dock"
6243
- ]
6244
- },
6245
- "batteryStatus": {
6246
- "type": "string",
6247
- "description": "Provides visibility into charging status",
6248
- "enum": [
6249
- "unknown",
6250
- "charging",
6251
- "discharging",
6252
- "notcharging",
6253
- "full"
6254
- ]
6255
- },
6256
- "batteryTemperature": {
6257
- "type": "number",
6258
- "description": "Battery temperature in celsius"
6259
- }
6260
- }
6216
+ "batteryHealth": {
6217
+ "type": "string",
6218
+ "description": "Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
6219
+ "enum": [
6220
+ "unknown",
6221
+ "good",
6222
+ "cold",
6223
+ "overvoltage",
6224
+ "overheat",
6225
+ "unspecifiedfailure",
6226
+ "dead"
6227
+ ]
6261
6228
  },
6262
- "thermalInfo": {
6263
- "type": "object",
6264
- "description": "This object defines the device vendor provided thermal info related fields that are tracked in media quality events and reports",
6265
- "additionalProperties": true,
6266
- "properties": {
6267
- "darwinThermalState": {
6268
- "type": "integer",
6269
- "description": "Provides visibility of customer experience in limited thermal headroom environments on Apple devices. See https://developer.apple.com/documentation/foundation/processinfo/thermalstate for more information."
6270
- },
6271
- "androidThermalHeadroom": {
6272
- "type": "number"
6273
- },
6274
- "androidThermalStatus": {
6275
- "type": "integer",
6276
- "description": "Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information."
6277
- }
6278
- }
6229
+ "batteryPlugged": {
6230
+ "type": "string",
6231
+ "description": "Provides visibility in charger type in use",
6232
+ "enum": [
6233
+ "unknown",
6234
+ "ac",
6235
+ "usb",
6236
+ "wireless",
6237
+ "dock"
6238
+ ]
6239
+ },
6240
+ "batteryStatus": {
6241
+ "type": "string",
6242
+ "description": "Provides visibility into charging status",
6243
+ "enum": [
6244
+ "unknown",
6245
+ "charging",
6246
+ "discharging",
6247
+ "notcharging",
6248
+ "full"
6249
+ ]
6250
+ },
6251
+ "batteryTemperature": {
6252
+ "type": "number",
6253
+ "description": "Battery temperature in celsius"
6254
+ },
6255
+ "darwinThermalState": {
6256
+ "type": "integer",
6257
+ "description": "Provides visibility of customer experience in limited thermal headroom environments on Apple devices. See https://developer.apple.com/documentation/foundation/processinfo/thermalstate for more information."
6258
+ },
6259
+ "androidThermalHeadroom": {
6260
+ "type": "number"
6261
+ },
6262
+ "androidThermalStatus": {
6263
+ "type": "integer",
6264
+ "description": "Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information."
6279
6265
  },
6280
6266
  "peripherals": {
6281
6267
  "type": "array",
@@ -14248,69 +14234,55 @@
14248
14234
  }
14249
14235
  }
14250
14236
  },
14251
- "batteryInfo": {
14252
- "type": "object",
14253
- "description": "This object defines the device vendor provided battery info related fields that are tracked in media quality events and reports",
14254
- "additionalProperties": true,
14255
- "properties": {
14256
- "batteryHealth": {
14257
- "type": "string",
14258
- "description": "Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
14259
- "enum": [
14260
- "unknown",
14261
- "good",
14262
- "cold",
14263
- "overvoltage",
14264
- "overheat",
14265
- "unspecifiedfailure",
14266
- "dead"
14267
- ]
14268
- },
14269
- "batteryPlugged": {
14270
- "type": "string",
14271
- "description": "Provides visibility in charger type in use",
14272
- "enum": [
14273
- "unknown",
14274
- "ac",
14275
- "usb",
14276
- "wireless",
14277
- "dock"
14278
- ]
14279
- },
14280
- "batteryStatus": {
14281
- "type": "string",
14282
- "description": "Provides visibility into charging status",
14283
- "enum": [
14284
- "unknown",
14285
- "charging",
14286
- "discharging",
14287
- "notcharging",
14288
- "full"
14289
- ]
14290
- },
14291
- "batteryTemperature": {
14292
- "type": "number",
14293
- "description": "Battery temperature in celsius"
14294
- }
14295
- }
14237
+ "batteryHealth": {
14238
+ "type": "string",
14239
+ "description": "Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
14240
+ "enum": [
14241
+ "unknown",
14242
+ "good",
14243
+ "cold",
14244
+ "overvoltage",
14245
+ "overheat",
14246
+ "unspecifiedfailure",
14247
+ "dead"
14248
+ ]
14296
14249
  },
14297
- "thermalInfo": {
14298
- "type": "object",
14299
- "description": "This object defines the device vendor provided thermal info related fields that are tracked in media quality events and reports",
14300
- "additionalProperties": true,
14301
- "properties": {
14302
- "darwinThermalState": {
14303
- "type": "integer",
14304
- "description": "Provides visibility of customer experience in limited thermal headroom environments on Apple devices. See https://developer.apple.com/documentation/foundation/processinfo/thermalstate for more information."
14305
- },
14306
- "androidThermalHeadroom": {
14307
- "type": "number"
14308
- },
14309
- "androidThermalStatus": {
14310
- "type": "integer",
14311
- "description": "Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information."
14312
- }
14313
- }
14250
+ "batteryPlugged": {
14251
+ "type": "string",
14252
+ "description": "Provides visibility in charger type in use",
14253
+ "enum": [
14254
+ "unknown",
14255
+ "ac",
14256
+ "usb",
14257
+ "wireless",
14258
+ "dock"
14259
+ ]
14260
+ },
14261
+ "batteryStatus": {
14262
+ "type": "string",
14263
+ "description": "Provides visibility into charging status",
14264
+ "enum": [
14265
+ "unknown",
14266
+ "charging",
14267
+ "discharging",
14268
+ "notcharging",
14269
+ "full"
14270
+ ]
14271
+ },
14272
+ "batteryTemperature": {
14273
+ "type": "number",
14274
+ "description": "Battery temperature in celsius"
14275
+ },
14276
+ "darwinThermalState": {
14277
+ "type": "integer",
14278
+ "description": "Provides visibility of customer experience in limited thermal headroom environments on Apple devices. See https://developer.apple.com/documentation/foundation/processinfo/thermalstate for more information."
14279
+ },
14280
+ "androidThermalHeadroom": {
14281
+ "type": "number"
14282
+ },
14283
+ "androidThermalStatus": {
14284
+ "type": "integer",
14285
+ "description": "Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information."
14314
14286
  },
14315
14287
  "peripherals": {
14316
14288
  "type": "array",
@@ -16226,6 +16198,29 @@
16226
16198
  "minimum": 0,
16227
16199
  "maximum": 127
16228
16200
  },
16201
+ "shareContentDetectedToApplyDelayMax": {
16202
+ "type": "integer",
16203
+ "minimum": 0,
16204
+ "maximum": 2147483647
16205
+ },
16206
+ "shareContentDetectedType": {
16207
+ "type": "string",
16208
+ "description": "content type of sharing session",
16209
+ "enum": [
16210
+ "video",
16211
+ "text"
16212
+ ]
16213
+ },
16214
+ "shareContentDetectedMethod": {
16215
+ "type": "string",
16216
+ "description": "method used to detect the content type of sharing session",
16217
+ "enum": [
16218
+ "ai",
16219
+ "vp",
16220
+ "preferred",
16221
+ "others"
16222
+ ]
16223
+ },
16229
16224
  "floorType": {
16230
16225
  "type": "object",
16231
16226
  "description": "Details associated with a share floor type",
@@ -26356,69 +26351,55 @@
26356
26351
  }
26357
26352
  }
26358
26353
  },
26359
- "batteryInfo": {
26360
- "type": "object",
26361
- "description": "This object defines the device vendor provided battery info related fields that are tracked in media quality events and reports",
26362
- "additionalProperties": true,
26363
- "properties": {
26364
- "batteryHealth": {
26365
- "type": "string",
26366
- "description": "Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
26367
- "enum": [
26368
- "unknown",
26369
- "good",
26370
- "cold",
26371
- "overvoltage",
26372
- "overheat",
26373
- "unspecifiedfailure",
26374
- "dead"
26375
- ]
26376
- },
26377
- "batteryPlugged": {
26378
- "type": "string",
26379
- "description": "Provides visibility in charger type in use",
26380
- "enum": [
26381
- "unknown",
26382
- "ac",
26383
- "usb",
26384
- "wireless",
26385
- "dock"
26386
- ]
26387
- },
26388
- "batteryStatus": {
26389
- "type": "string",
26390
- "description": "Provides visibility into charging status",
26391
- "enum": [
26392
- "unknown",
26393
- "charging",
26394
- "discharging",
26395
- "notcharging",
26396
- "full"
26397
- ]
26398
- },
26399
- "batteryTemperature": {
26400
- "type": "number",
26401
- "description": "Battery temperature in celsius"
26402
- }
26403
- }
26354
+ "batteryHealth": {
26355
+ "type": "string",
26356
+ "description": "Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
26357
+ "enum": [
26358
+ "unknown",
26359
+ "good",
26360
+ "cold",
26361
+ "overvoltage",
26362
+ "overheat",
26363
+ "unspecifiedfailure",
26364
+ "dead"
26365
+ ]
26404
26366
  },
26405
- "thermalInfo": {
26406
- "type": "object",
26407
- "description": "This object defines the device vendor provided thermal info related fields that are tracked in media quality events and reports",
26408
- "additionalProperties": true,
26409
- "properties": {
26410
- "darwinThermalState": {
26411
- "type": "integer",
26412
- "description": "Provides visibility of customer experience in limited thermal headroom environments on Apple devices. See https://developer.apple.com/documentation/foundation/processinfo/thermalstate for more information."
26413
- },
26414
- "androidThermalHeadroom": {
26415
- "type": "number"
26416
- },
26417
- "androidThermalStatus": {
26418
- "type": "integer",
26419
- "description": "Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information."
26420
- }
26421
- }
26367
+ "batteryPlugged": {
26368
+ "type": "string",
26369
+ "description": "Provides visibility in charger type in use",
26370
+ "enum": [
26371
+ "unknown",
26372
+ "ac",
26373
+ "usb",
26374
+ "wireless",
26375
+ "dock"
26376
+ ]
26377
+ },
26378
+ "batteryStatus": {
26379
+ "type": "string",
26380
+ "description": "Provides visibility into charging status",
26381
+ "enum": [
26382
+ "unknown",
26383
+ "charging",
26384
+ "discharging",
26385
+ "notcharging",
26386
+ "full"
26387
+ ]
26388
+ },
26389
+ "batteryTemperature": {
26390
+ "type": "number",
26391
+ "description": "Battery temperature in celsius"
26392
+ },
26393
+ "darwinThermalState": {
26394
+ "type": "integer",
26395
+ "description": "Provides visibility of customer experience in limited thermal headroom environments on Apple devices. See https://developer.apple.com/documentation/foundation/processinfo/thermalstate for more information."
26396
+ },
26397
+ "androidThermalHeadroom": {
26398
+ "type": "number"
26399
+ },
26400
+ "androidThermalStatus": {
26401
+ "type": "integer",
26402
+ "description": "Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information."
26422
26403
  },
26423
26404
  "peripherals": {
26424
26405
  "type": "array",
@@ -2737,69 +2737,55 @@
2737
2737
  }
2738
2738
  }
2739
2739
  },
2740
- "batteryInfo": {
2741
- "type": "object",
2742
- "description": "This object defines the device vendor provided battery info related fields that are tracked in media quality events and reports",
2743
- "additionalProperties": true,
2744
- "properties": {
2745
- "batteryHealth": {
2746
- "type": "string",
2747
- "description": "Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
2748
- "enum": [
2749
- "unknown",
2750
- "good",
2751
- "cold",
2752
- "overvoltage",
2753
- "overheat",
2754
- "unspecifiedfailure",
2755
- "dead"
2756
- ]
2757
- },
2758
- "batteryPlugged": {
2759
- "type": "string",
2760
- "description": "Provides visibility in charger type in use",
2761
- "enum": [
2762
- "unknown",
2763
- "ac",
2764
- "usb",
2765
- "wireless",
2766
- "dock"
2767
- ]
2768
- },
2769
- "batteryStatus": {
2770
- "type": "string",
2771
- "description": "Provides visibility into charging status",
2772
- "enum": [
2773
- "unknown",
2774
- "charging",
2775
- "discharging",
2776
- "notcharging",
2777
- "full"
2778
- ]
2779
- },
2780
- "batteryTemperature": {
2781
- "type": "number",
2782
- "description": "Battery temperature in celsius"
2783
- }
2784
- }
2740
+ "batteryHealth": {
2741
+ "type": "string",
2742
+ "description": "Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.",
2743
+ "enum": [
2744
+ "unknown",
2745
+ "good",
2746
+ "cold",
2747
+ "overvoltage",
2748
+ "overheat",
2749
+ "unspecifiedfailure",
2750
+ "dead"
2751
+ ]
2785
2752
  },
2786
- "thermalInfo": {
2787
- "type": "object",
2788
- "description": "This object defines the device vendor provided thermal info related fields that are tracked in media quality events and reports",
2789
- "additionalProperties": true,
2790
- "properties": {
2791
- "darwinThermalState": {
2792
- "type": "integer",
2793
- "description": "Provides visibility of customer experience in limited thermal headroom environments on Apple devices. See https://developer.apple.com/documentation/foundation/processinfo/thermalstate for more information."
2794
- },
2795
- "androidThermalHeadroom": {
2796
- "type": "number"
2797
- },
2798
- "androidThermalStatus": {
2799
- "type": "integer",
2800
- "description": "Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information."
2801
- }
2802
- }
2753
+ "batteryPlugged": {
2754
+ "type": "string",
2755
+ "description": "Provides visibility in charger type in use",
2756
+ "enum": [
2757
+ "unknown",
2758
+ "ac",
2759
+ "usb",
2760
+ "wireless",
2761
+ "dock"
2762
+ ]
2763
+ },
2764
+ "batteryStatus": {
2765
+ "type": "string",
2766
+ "description": "Provides visibility into charging status",
2767
+ "enum": [
2768
+ "unknown",
2769
+ "charging",
2770
+ "discharging",
2771
+ "notcharging",
2772
+ "full"
2773
+ ]
2774
+ },
2775
+ "batteryTemperature": {
2776
+ "type": "number",
2777
+ "description": "Battery temperature in celsius"
2778
+ },
2779
+ "darwinThermalState": {
2780
+ "type": "integer",
2781
+ "description": "Provides visibility of customer experience in limited thermal headroom environments on Apple devices. See https://developer.apple.com/documentation/foundation/processinfo/thermalstate for more information."
2782
+ },
2783
+ "androidThermalHeadroom": {
2784
+ "type": "number"
2785
+ },
2786
+ "androidThermalStatus": {
2787
+ "type": "integer",
2788
+ "description": "Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information."
2803
2789
  },
2804
2790
  "peripherals": {
2805
2791
  "type": "array",
@@ -4715,6 +4701,29 @@
4715
4701
  "minimum": 0,
4716
4702
  "maximum": 127
4717
4703
  },
4704
+ "shareContentDetectedToApplyDelayMax": {
4705
+ "type": "integer",
4706
+ "minimum": 0,
4707
+ "maximum": 2147483647
4708
+ },
4709
+ "shareContentDetectedType": {
4710
+ "type": "string",
4711
+ "description": "content type of sharing session",
4712
+ "enum": [
4713
+ "video",
4714
+ "text"
4715
+ ]
4716
+ },
4717
+ "shareContentDetectedMethod": {
4718
+ "type": "string",
4719
+ "description": "method used to detect the content type of sharing session",
4720
+ "enum": [
4721
+ "ai",
4722
+ "vp",
4723
+ "preferred",
4724
+ "others"
4725
+ ]
4726
+ },
4718
4727
  "floorType": {
4719
4728
  "type": "object",
4720
4729
  "description": "Details associated with a share floor type",
@@ -2813,42 +2813,30 @@ export interface Event {
2813
2813
  additionalProperties?: false;
2814
2814
  };
2815
2815
  /**
2816
- * This object defines the device vendor provided battery info related fields that are tracked in media quality events and reports
2816
+ * Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
2817
2817
  */
2818
- batteryInfo?: {
2819
- /**
2820
- * Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
2821
- */
2822
- batteryHealth?: "unknown" | "good" | "cold" | "overvoltage" | "overheat" | "unspecifiedfailure" | "dead";
2823
- /**
2824
- * Provides visibility in charger type in use
2825
- */
2826
- batteryPlugged?: "unknown" | "ac" | "usb" | "wireless" | "dock";
2827
- /**
2828
- * Provides visibility into charging status
2829
- */
2830
- batteryStatus?: "unknown" | "charging" | "discharging" | "notcharging" | "full";
2831
- /**
2832
- * Battery temperature in celsius
2833
- */
2834
- batteryTemperature?: number;
2835
- additionalProperties?: false;
2836
- };
2818
+ batteryHealth?: "unknown" | "good" | "cold" | "overvoltage" | "overheat" | "unspecifiedfailure" | "dead";
2837
2819
  /**
2838
- * This object defines the device vendor provided thermal info related fields that are tracked in media quality events and reports
2820
+ * Provides visibility in charger type in use
2839
2821
  */
2840
- thermalInfo?: {
2841
- /**
2842
- * Provides visibility of customer experience in limited thermal headroom environments on Apple devices. See https://developer.apple.com/documentation/foundation/processinfo/thermalstate for more information.
2843
- */
2844
- darwinThermalState?: number;
2845
- androidThermalHeadroom?: number;
2846
- /**
2847
- * Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information.
2848
- */
2849
- androidThermalStatus?: number;
2850
- additionalProperties?: false;
2851
- };
2822
+ batteryPlugged?: "unknown" | "ac" | "usb" | "wireless" | "dock";
2823
+ /**
2824
+ * Provides visibility into charging status
2825
+ */
2826
+ batteryStatus?: "unknown" | "charging" | "discharging" | "notcharging" | "full";
2827
+ /**
2828
+ * Battery temperature in celsius
2829
+ */
2830
+ batteryTemperature?: number;
2831
+ /**
2832
+ * Provides visibility of customer experience in limited thermal headroom environments on Apple devices. See https://developer.apple.com/documentation/foundation/processinfo/thermalstate for more information.
2833
+ */
2834
+ darwinThermalState?: number;
2835
+ androidThermalHeadroom?: number;
2836
+ /**
2837
+ * Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information.
2838
+ */
2839
+ androidThermalStatus?: number;
2852
2840
  peripherals?: {
2853
2841
  name: "camera" | "microphone" | "speaker";
2854
2842
  information: string;
@@ -5903,42 +5891,30 @@ export interface Event {
5903
5891
  additionalProperties?: false;
5904
5892
  };
5905
5893
  /**
5906
- * This object defines the device vendor provided battery info related fields that are tracked in media quality events and reports
5894
+ * Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
5907
5895
  */
5908
- batteryInfo?: {
5909
- /**
5910
- * Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
5911
- */
5912
- batteryHealth?: "unknown" | "good" | "cold" | "overvoltage" | "overheat" | "unspecifiedfailure" | "dead";
5913
- /**
5914
- * Provides visibility in charger type in use
5915
- */
5916
- batteryPlugged?: "unknown" | "ac" | "usb" | "wireless" | "dock";
5917
- /**
5918
- * Provides visibility into charging status
5919
- */
5920
- batteryStatus?: "unknown" | "charging" | "discharging" | "notcharging" | "full";
5921
- /**
5922
- * Battery temperature in celsius
5923
- */
5924
- batteryTemperature?: number;
5925
- additionalProperties?: false;
5926
- };
5896
+ batteryHealth?: "unknown" | "good" | "cold" | "overvoltage" | "overheat" | "unspecifiedfailure" | "dead";
5927
5897
  /**
5928
- * This object defines the device vendor provided thermal info related fields that are tracked in media quality events and reports
5898
+ * Provides visibility in charger type in use
5929
5899
  */
5930
- thermalInfo?: {
5931
- /**
5932
- * Provides visibility of customer experience in limited thermal headroom environments on Apple devices. See https://developer.apple.com/documentation/foundation/processinfo/thermalstate for more information.
5933
- */
5934
- darwinThermalState?: number;
5935
- androidThermalHeadroom?: number;
5936
- /**
5937
- * Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information.
5938
- */
5939
- androidThermalStatus?: number;
5940
- additionalProperties?: false;
5941
- };
5900
+ batteryPlugged?: "unknown" | "ac" | "usb" | "wireless" | "dock";
5901
+ /**
5902
+ * Provides visibility into charging status
5903
+ */
5904
+ batteryStatus?: "unknown" | "charging" | "discharging" | "notcharging" | "full";
5905
+ /**
5906
+ * Battery temperature in celsius
5907
+ */
5908
+ batteryTemperature?: number;
5909
+ /**
5910
+ * Provides visibility of customer experience in limited thermal headroom environments on Apple devices. See https://developer.apple.com/documentation/foundation/processinfo/thermalstate for more information.
5911
+ */
5912
+ darwinThermalState?: number;
5913
+ androidThermalHeadroom?: number;
5914
+ /**
5915
+ * Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information.
5916
+ */
5917
+ androidThermalStatus?: number;
5942
5918
  peripherals?: {
5943
5919
  name: "camera" | "microphone" | "speaker";
5944
5920
  information: string;
@@ -6607,6 +6583,15 @@ export interface Event {
6607
6583
  */
6608
6584
  presenterOverlayMode?: "Disabled" | "Small" | "Large";
6609
6585
  processShareContentDetectMillis?: number;
6586
+ shareContentDetectedToApplyDelayMax?: number;
6587
+ /**
6588
+ * content type of sharing session
6589
+ */
6590
+ shareContentDetectedType?: "video" | "text";
6591
+ /**
6592
+ * method used to detect the content type of sharing session
6593
+ */
6594
+ shareContentDetectedMethod?: "ai" | "vp" | "preferred" | "others";
6610
6595
  /**
6611
6596
  * Details associated with a share floor type
6612
6597
  */
@@ -10478,42 +10463,30 @@ export interface Event {
10478
10463
  additionalProperties?: false;
10479
10464
  };
10480
10465
  /**
10481
- * This object defines the device vendor provided battery info related fields that are tracked in media quality events and reports
10466
+ * Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
10482
10467
  */
10483
- batteryInfo?: {
10484
- /**
10485
- * Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
10486
- */
10487
- batteryHealth?: "unknown" | "good" | "cold" | "overvoltage" | "overheat" | "unspecifiedfailure" | "dead";
10488
- /**
10489
- * Provides visibility in charger type in use
10490
- */
10491
- batteryPlugged?: "unknown" | "ac" | "usb" | "wireless" | "dock";
10492
- /**
10493
- * Provides visibility into charging status
10494
- */
10495
- batteryStatus?: "unknown" | "charging" | "discharging" | "notcharging" | "full";
10496
- /**
10497
- * Battery temperature in celsius
10498
- */
10499
- batteryTemperature?: number;
10500
- additionalProperties?: false;
10501
- };
10468
+ batteryHealth?: "unknown" | "good" | "cold" | "overvoltage" | "overheat" | "unspecifiedfailure" | "dead";
10502
10469
  /**
10503
- * This object defines the device vendor provided thermal info related fields that are tracked in media quality events and reports
10470
+ * Provides visibility in charger type in use
10504
10471
  */
10505
- thermalInfo?: {
10506
- /**
10507
- * Provides visibility of customer experience in limited thermal headroom environments on Apple devices. See https://developer.apple.com/documentation/foundation/processinfo/thermalstate for more information.
10508
- */
10509
- darwinThermalState?: number;
10510
- androidThermalHeadroom?: number;
10511
- /**
10512
- * Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information.
10513
- */
10514
- androidThermalStatus?: number;
10515
- additionalProperties?: false;
10516
- };
10472
+ batteryPlugged?: "unknown" | "ac" | "usb" | "wireless" | "dock";
10473
+ /**
10474
+ * Provides visibility into charging status
10475
+ */
10476
+ batteryStatus?: "unknown" | "charging" | "discharging" | "notcharging" | "full";
10477
+ /**
10478
+ * Battery temperature in celsius
10479
+ */
10480
+ batteryTemperature?: number;
10481
+ /**
10482
+ * Provides visibility of customer experience in limited thermal headroom environments on Apple devices. See https://developer.apple.com/documentation/foundation/processinfo/thermalstate for more information.
10483
+ */
10484
+ darwinThermalState?: number;
10485
+ androidThermalHeadroom?: number;
10486
+ /**
10487
+ * Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information.
10488
+ */
10489
+ androidThermalStatus?: number;
10517
10490
  peripherals?: {
10518
10491
  name: "camera" | "microphone" | "speaker";
10519
10492
  information: string;
@@ -13578,42 +13551,30 @@ export interface ClientEvent {
13578
13551
  additionalProperties?: false;
13579
13552
  };
13580
13553
  /**
13581
- * This object defines the device vendor provided battery info related fields that are tracked in media quality events and reports
13554
+ * Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
13582
13555
  */
13583
- batteryInfo?: {
13584
- /**
13585
- * Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
13586
- */
13587
- batteryHealth?: "unknown" | "good" | "cold" | "overvoltage" | "overheat" | "unspecifiedfailure" | "dead";
13588
- /**
13589
- * Provides visibility in charger type in use
13590
- */
13591
- batteryPlugged?: "unknown" | "ac" | "usb" | "wireless" | "dock";
13592
- /**
13593
- * Provides visibility into charging status
13594
- */
13595
- batteryStatus?: "unknown" | "charging" | "discharging" | "notcharging" | "full";
13596
- /**
13597
- * Battery temperature in celsius
13598
- */
13599
- batteryTemperature?: number;
13600
- additionalProperties?: false;
13601
- };
13556
+ batteryHealth?: "unknown" | "good" | "cold" | "overvoltage" | "overheat" | "unspecifiedfailure" | "dead";
13602
13557
  /**
13603
- * This object defines the device vendor provided thermal info related fields that are tracked in media quality events and reports
13558
+ * Provides visibility in charger type in use
13604
13559
  */
13605
- thermalInfo?: {
13606
- /**
13607
- * Provides visibility of customer experience in limited thermal headroom environments on Apple devices. See https://developer.apple.com/documentation/foundation/processinfo/thermalstate for more information.
13608
- */
13609
- darwinThermalState?: number;
13610
- androidThermalHeadroom?: number;
13611
- /**
13612
- * Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information.
13613
- */
13614
- androidThermalStatus?: number;
13615
- additionalProperties?: false;
13616
- };
13560
+ batteryPlugged?: "unknown" | "ac" | "usb" | "wireless" | "dock";
13561
+ /**
13562
+ * Provides visibility into charging status
13563
+ */
13564
+ batteryStatus?: "unknown" | "charging" | "discharging" | "notcharging" | "full";
13565
+ /**
13566
+ * Battery temperature in celsius
13567
+ */
13568
+ batteryTemperature?: number;
13569
+ /**
13570
+ * Provides visibility of customer experience in limited thermal headroom environments on Apple devices. See https://developer.apple.com/documentation/foundation/processinfo/thermalstate for more information.
13571
+ */
13572
+ darwinThermalState?: number;
13573
+ androidThermalHeadroom?: number;
13574
+ /**
13575
+ * Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information.
13576
+ */
13577
+ androidThermalStatus?: number;
13617
13578
  peripherals?: {
13618
13579
  name: "camera" | "microphone" | "speaker";
13619
13580
  information: string;
@@ -16515,42 +16476,30 @@ export interface MediaQualityEvent {
16515
16476
  additionalProperties?: false;
16516
16477
  };
16517
16478
  /**
16518
- * This object defines the device vendor provided battery info related fields that are tracked in media quality events and reports
16479
+ * Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
16519
16480
  */
16520
- batteryInfo?: {
16521
- /**
16522
- * Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
16523
- */
16524
- batteryHealth?: "unknown" | "good" | "cold" | "overvoltage" | "overheat" | "unspecifiedfailure" | "dead";
16525
- /**
16526
- * Provides visibility in charger type in use
16527
- */
16528
- batteryPlugged?: "unknown" | "ac" | "usb" | "wireless" | "dock";
16529
- /**
16530
- * Provides visibility into charging status
16531
- */
16532
- batteryStatus?: "unknown" | "charging" | "discharging" | "notcharging" | "full";
16533
- /**
16534
- * Battery temperature in celsius
16535
- */
16536
- batteryTemperature?: number;
16537
- additionalProperties?: false;
16538
- };
16481
+ batteryHealth?: "unknown" | "good" | "cold" | "overvoltage" | "overheat" | "unspecifiedfailure" | "dead";
16539
16482
  /**
16540
- * This object defines the device vendor provided thermal info related fields that are tracked in media quality events and reports
16483
+ * Provides visibility in charger type in use
16541
16484
  */
16542
- thermalInfo?: {
16543
- /**
16544
- * Provides visibility of customer experience in limited thermal headroom environments on Apple devices. See https://developer.apple.com/documentation/foundation/processinfo/thermalstate for more information.
16545
- */
16546
- darwinThermalState?: number;
16547
- androidThermalHeadroom?: number;
16548
- /**
16549
- * Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information.
16550
- */
16551
- androidThermalStatus?: number;
16552
- additionalProperties?: false;
16553
- };
16485
+ batteryPlugged?: "unknown" | "ac" | "usb" | "wireless" | "dock";
16486
+ /**
16487
+ * Provides visibility into charging status
16488
+ */
16489
+ batteryStatus?: "unknown" | "charging" | "discharging" | "notcharging" | "full";
16490
+ /**
16491
+ * Battery temperature in celsius
16492
+ */
16493
+ batteryTemperature?: number;
16494
+ /**
16495
+ * Provides visibility of customer experience in limited thermal headroom environments on Apple devices. See https://developer.apple.com/documentation/foundation/processinfo/thermalstate for more information.
16496
+ */
16497
+ darwinThermalState?: number;
16498
+ androidThermalHeadroom?: number;
16499
+ /**
16500
+ * Indicates thermal status on Android devices. See https://developer.android.com/ndk/reference/group/thermal for more information.
16501
+ */
16502
+ androidThermalStatus?: number;
16554
16503
  peripherals?: {
16555
16504
  name: "camera" | "microphone" | "speaker";
16556
16505
  information: string;
@@ -17216,6 +17165,15 @@ export interface MediaQualityEvent {
17216
17165
  */
17217
17166
  presenterOverlayMode?: "Disabled" | "Small" | "Large";
17218
17167
  processShareContentDetectMillis?: number;
17168
+ shareContentDetectedToApplyDelayMax?: number;
17169
+ /**
17170
+ * content type of sharing session
17171
+ */
17172
+ shareContentDetectedType?: "video" | "text";
17173
+ /**
17174
+ * method used to detect the content type of sharing session
17175
+ */
17176
+ shareContentDetectedMethod?: "ai" | "vp" | "preferred" | "others";
17219
17177
  /**
17220
17178
  * Details associated with a share floor type
17221
17179
  */
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.1446"
31
+ "version": "1.0.1448"
32
32
  }