@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
|
-
"
|
|
5741
|
-
"type": "
|
|
5742
|
-
"description": "
|
|
5743
|
-
"
|
|
5744
|
-
|
|
5745
|
-
"
|
|
5746
|
-
|
|
5747
|
-
|
|
5748
|
-
|
|
5749
|
-
|
|
5750
|
-
|
|
5751
|
-
|
|
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
|
-
"
|
|
5787
|
-
"type": "
|
|
5788
|
-
"description": "
|
|
5789
|
-
"
|
|
5790
|
-
|
|
5791
|
-
"
|
|
5792
|
-
|
|
5793
|
-
|
|
5794
|
-
|
|
5795
|
-
|
|
5796
|
-
|
|
5797
|
-
|
|
5798
|
-
|
|
5799
|
-
|
|
5800
|
-
|
|
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
|
-
"
|
|
6217
|
-
"type": "
|
|
6218
|
-
"description": "
|
|
6219
|
-
"
|
|
6220
|
-
|
|
6221
|
-
"
|
|
6222
|
-
|
|
6223
|
-
|
|
6224
|
-
|
|
6225
|
-
|
|
6226
|
-
|
|
6227
|
-
|
|
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
|
-
"
|
|
6263
|
-
"type": "
|
|
6264
|
-
"description": "
|
|
6265
|
-
"
|
|
6266
|
-
|
|
6267
|
-
"
|
|
6268
|
-
|
|
6269
|
-
|
|
6270
|
-
|
|
6271
|
-
|
|
6272
|
-
|
|
6273
|
-
|
|
6274
|
-
|
|
6275
|
-
|
|
6276
|
-
|
|
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
|
-
"
|
|
14252
|
-
"type": "
|
|
14253
|
-
"description": "
|
|
14254
|
-
"
|
|
14255
|
-
|
|
14256
|
-
"
|
|
14257
|
-
|
|
14258
|
-
|
|
14259
|
-
|
|
14260
|
-
|
|
14261
|
-
|
|
14262
|
-
|
|
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
|
-
"
|
|
14298
|
-
"type": "
|
|
14299
|
-
"description": "
|
|
14300
|
-
"
|
|
14301
|
-
|
|
14302
|
-
"
|
|
14303
|
-
|
|
14304
|
-
|
|
14305
|
-
|
|
14306
|
-
|
|
14307
|
-
|
|
14308
|
-
|
|
14309
|
-
|
|
14310
|
-
|
|
14311
|
-
|
|
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
|
-
"
|
|
26360
|
-
"type": "
|
|
26361
|
-
"description": "
|
|
26362
|
-
"
|
|
26363
|
-
|
|
26364
|
-
"
|
|
26365
|
-
|
|
26366
|
-
|
|
26367
|
-
|
|
26368
|
-
|
|
26369
|
-
|
|
26370
|
-
|
|
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
|
-
"
|
|
26406
|
-
"type": "
|
|
26407
|
-
"description": "
|
|
26408
|
-
"
|
|
26409
|
-
|
|
26410
|
-
"
|
|
26411
|
-
|
|
26412
|
-
|
|
26413
|
-
|
|
26414
|
-
|
|
26415
|
-
|
|
26416
|
-
|
|
26417
|
-
|
|
26418
|
-
|
|
26419
|
-
|
|
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
|
-
"
|
|
2741
|
-
"type": "
|
|
2742
|
-
"description": "
|
|
2743
|
-
"
|
|
2744
|
-
|
|
2745
|
-
"
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
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
|
-
"
|
|
2787
|
-
"type": "
|
|
2788
|
-
"description": "
|
|
2789
|
-
"
|
|
2790
|
-
|
|
2791
|
-
"
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
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
|
-
*
|
|
2816
|
+
* Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
|
|
2817
2817
|
*/
|
|
2818
|
-
|
|
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
|
-
*
|
|
2820
|
+
* Provides visibility in charger type in use
|
|
2839
2821
|
*/
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
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
|
-
*
|
|
5894
|
+
* Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
|
|
5907
5895
|
*/
|
|
5908
|
-
|
|
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
|
-
*
|
|
5898
|
+
* Provides visibility in charger type in use
|
|
5929
5899
|
*/
|
|
5930
|
-
|
|
5931
|
-
|
|
5932
|
-
|
|
5933
|
-
|
|
5934
|
-
|
|
5935
|
-
|
|
5936
|
-
|
|
5937
|
-
|
|
5938
|
-
|
|
5939
|
-
|
|
5940
|
-
|
|
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
|
-
*
|
|
10466
|
+
* Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
|
|
10482
10467
|
*/
|
|
10483
|
-
|
|
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
|
-
*
|
|
10470
|
+
* Provides visibility in charger type in use
|
|
10504
10471
|
*/
|
|
10505
|
-
|
|
10506
|
-
|
|
10507
|
-
|
|
10508
|
-
|
|
10509
|
-
|
|
10510
|
-
|
|
10511
|
-
|
|
10512
|
-
|
|
10513
|
-
|
|
10514
|
-
|
|
10515
|
-
|
|
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
|
-
*
|
|
13554
|
+
* Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
|
|
13582
13555
|
*/
|
|
13583
|
-
|
|
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
|
-
*
|
|
13558
|
+
* Provides visibility in charger type in use
|
|
13604
13559
|
*/
|
|
13605
|
-
|
|
13606
|
-
|
|
13607
|
-
|
|
13608
|
-
|
|
13609
|
-
|
|
13610
|
-
|
|
13611
|
-
|
|
13612
|
-
|
|
13613
|
-
|
|
13614
|
-
|
|
13615
|
-
|
|
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
|
-
*
|
|
16479
|
+
* Indicates battery health. See https://developer.android.com/reference/android/os/BatteryManager for more information.
|
|
16519
16480
|
*/
|
|
16520
|
-
|
|
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
|
-
*
|
|
16483
|
+
* Provides visibility in charger type in use
|
|
16541
16484
|
*/
|
|
16542
|
-
|
|
16543
|
-
|
|
16544
|
-
|
|
16545
|
-
|
|
16546
|
-
|
|
16547
|
-
|
|
16548
|
-
|
|
16549
|
-
|
|
16550
|
-
|
|
16551
|
-
|
|
16552
|
-
|
|
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