@webex/event-dictionary-ts 1.0.2242 → 1.0.2244

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.
@@ -7499,6 +7499,29 @@
7499
7499
  "type": "string"
7500
7500
  }
7501
7501
  },
7502
+ "audioSharingProperty": {
7503
+ "type": "array",
7504
+ "items": {
7505
+ "type": "object",
7506
+ "description": "The preparation and start result for one computer audio sharing attempt.",
7507
+ "additionalProperties": true,
7508
+ "properties": {
7509
+ "preparationStatus": {
7510
+ "type": "integer",
7511
+ "description": "Result of preparing the virtual audio device and setting it as the default output. 0 means success, -1 means not attempted, and other values are WME result codes."
7512
+ },
7513
+ "preparationDurationMs": {
7514
+ "type": "integer",
7515
+ "minimum": 0,
7516
+ "description": "Time spent preparing the virtual audio device and setting it as the default output, in milliseconds. 3600000 means preparation was not attempted."
7517
+ },
7518
+ "startResult": {
7519
+ "type": "integer",
7520
+ "description": "Final result of entering the computer audio sharing pipeline. 0 means success and other values are WME result codes."
7521
+ }
7522
+ }
7523
+ }
7524
+ },
7502
7525
  "screenResolution": {
7503
7526
  "type": "number",
7504
7527
  "minimum": -9223372036854776000.0,
@@ -8643,9 +8666,6 @@
8643
8666
  "attempt",
8644
8667
  "cancel"
8645
8668
  ]
8646
- },
8647
- "isCatalogOverride": {
8648
- "type": "boolean"
8649
8669
  }
8650
8670
  }
8651
8671
  }
@@ -8165,6 +8165,29 @@
8165
8165
  "type": "string"
8166
8166
  }
8167
8167
  },
8168
+ "audioSharingProperty": {
8169
+ "type": "array",
8170
+ "items": {
8171
+ "type": "object",
8172
+ "description": "The preparation and start result for one computer audio sharing attempt.",
8173
+ "additionalProperties": true,
8174
+ "properties": {
8175
+ "preparationStatus": {
8176
+ "type": "integer",
8177
+ "description": "Result of preparing the virtual audio device and setting it as the default output. 0 means success, -1 means not attempted, and other values are WME result codes."
8178
+ },
8179
+ "preparationDurationMs": {
8180
+ "type": "integer",
8181
+ "minimum": 0,
8182
+ "description": "Time spent preparing the virtual audio device and setting it as the default output, in milliseconds. 3600000 means preparation was not attempted."
8183
+ },
8184
+ "startResult": {
8185
+ "type": "integer",
8186
+ "description": "Final result of entering the computer audio sharing pipeline. 0 means success and other values are WME result codes."
8187
+ }
8188
+ }
8189
+ }
8190
+ },
8168
8191
  "screenResolution": {
8169
8192
  "type": "number",
8170
8193
  "minimum": -9223372036854776000.0,
@@ -9309,9 +9332,6 @@
9309
9332
  "attempt",
9310
9333
  "cancel"
9311
9334
  ]
9312
- },
9313
- "isCatalogOverride": {
9314
- "type": "boolean"
9315
9335
  }
9316
9336
  }
9317
9337
  },
@@ -18478,6 +18498,29 @@
18478
18498
  "type": "string"
18479
18499
  }
18480
18500
  },
18501
+ "audioSharingProperty": {
18502
+ "type": "array",
18503
+ "items": {
18504
+ "type": "object",
18505
+ "description": "The preparation and start result for one computer audio sharing attempt.",
18506
+ "additionalProperties": true,
18507
+ "properties": {
18508
+ "preparationStatus": {
18509
+ "type": "integer",
18510
+ "description": "Result of preparing the virtual audio device and setting it as the default output. 0 means success, -1 means not attempted, and other values are WME result codes."
18511
+ },
18512
+ "preparationDurationMs": {
18513
+ "type": "integer",
18514
+ "minimum": 0,
18515
+ "description": "Time spent preparing the virtual audio device and setting it as the default output, in milliseconds. 3600000 means preparation was not attempted."
18516
+ },
18517
+ "startResult": {
18518
+ "type": "integer",
18519
+ "description": "Final result of entering the computer audio sharing pipeline. 0 means success and other values are WME result codes."
18520
+ }
18521
+ }
18522
+ }
18523
+ },
18481
18524
  "screenResolution": {
18482
18525
  "type": "number",
18483
18526
  "minimum": -9223372036854776000.0,
@@ -35153,6 +35196,29 @@
35153
35196
  "type": "string"
35154
35197
  }
35155
35198
  },
35199
+ "audioSharingProperty": {
35200
+ "type": "array",
35201
+ "items": {
35202
+ "type": "object",
35203
+ "description": "The preparation and start result for one computer audio sharing attempt.",
35204
+ "additionalProperties": true,
35205
+ "properties": {
35206
+ "preparationStatus": {
35207
+ "type": "integer",
35208
+ "description": "Result of preparing the virtual audio device and setting it as the default output. 0 means success, -1 means not attempted, and other values are WME result codes."
35209
+ },
35210
+ "preparationDurationMs": {
35211
+ "type": "integer",
35212
+ "minimum": 0,
35213
+ "description": "Time spent preparing the virtual audio device and setting it as the default output, in milliseconds. 3600000 means preparation was not attempted."
35214
+ },
35215
+ "startResult": {
35216
+ "type": "integer",
35217
+ "description": "Final result of entering the computer audio sharing pipeline. 0 means success and other values are WME result codes."
35218
+ }
35219
+ }
35220
+ }
35221
+ },
35156
35222
  "screenResolution": {
35157
35223
  "type": "number",
35158
35224
  "minimum": -9223372036854776000.0,
@@ -4007,6 +4007,29 @@
4007
4007
  "type": "string"
4008
4008
  }
4009
4009
  },
4010
+ "audioSharingProperty": {
4011
+ "type": "array",
4012
+ "items": {
4013
+ "type": "object",
4014
+ "description": "The preparation and start result for one computer audio sharing attempt.",
4015
+ "additionalProperties": true,
4016
+ "properties": {
4017
+ "preparationStatus": {
4018
+ "type": "integer",
4019
+ "description": "Result of preparing the virtual audio device and setting it as the default output. 0 means success, -1 means not attempted, and other values are WME result codes."
4020
+ },
4021
+ "preparationDurationMs": {
4022
+ "type": "integer",
4023
+ "minimum": 0,
4024
+ "description": "Time spent preparing the virtual audio device and setting it as the default output, in milliseconds. 3600000 means preparation was not attempted."
4025
+ },
4026
+ "startResult": {
4027
+ "type": "integer",
4028
+ "description": "Final result of entering the computer audio sharing pipeline. 0 means success and other values are WME result codes."
4029
+ }
4030
+ }
4031
+ }
4032
+ },
4010
4033
  "screenResolution": {
4011
4034
  "type": "number",
4012
4035
  "minimum": -9223372036854776000.0,
@@ -3855,6 +3855,21 @@ export interface Event {
3855
3855
  };
3856
3856
  dpcRecord?: string[];
3857
3857
  mediaLabels?: string[];
3858
+ audioSharingProperty?: {
3859
+ /**
3860
+ * Result of preparing the virtual audio device and setting it as the default output. 0 means success, -1 means not attempted, and other values are WME result codes.
3861
+ */
3862
+ preparationStatus?: number;
3863
+ /**
3864
+ * Time spent preparing the virtual audio device and setting it as the default output, in milliseconds. 3600000 means preparation was not attempted.
3865
+ */
3866
+ preparationDurationMs?: number;
3867
+ /**
3868
+ * Final result of entering the computer audio sharing pipeline. 0 means success and other values are WME result codes.
3869
+ */
3870
+ startResult?: number;
3871
+ additionalProperties?: never;
3872
+ }[];
3858
3873
  screenResolution?: number;
3859
3874
  screenWidth?: number;
3860
3875
  screenHeight?: number;
@@ -4508,7 +4523,6 @@ export interface Event {
4508
4523
  * Leave State - Set in some client.call.leave events. Indicates if the leave state is a leave attempt, or if the leave attempt was cancelled
4509
4524
  */
4510
4525
  leaveState?: "attempt" | "cancel";
4511
- isCatalogOverride?: boolean;
4512
4526
  additionalProperties?: never;
4513
4527
  }
4514
4528
  | {
@@ -8232,6 +8246,21 @@ export interface Event {
8232
8246
  };
8233
8247
  dpcRecord?: string[];
8234
8248
  mediaLabels?: string[];
8249
+ audioSharingProperty?: {
8250
+ /**
8251
+ * Result of preparing the virtual audio device and setting it as the default output. 0 means success, -1 means not attempted, and other values are WME result codes.
8252
+ */
8253
+ preparationStatus?: number;
8254
+ /**
8255
+ * Time spent preparing the virtual audio device and setting it as the default output, in milliseconds. 3600000 means preparation was not attempted.
8256
+ */
8257
+ preparationDurationMs?: number;
8258
+ /**
8259
+ * Final result of entering the computer audio sharing pipeline. 0 means success and other values are WME result codes.
8260
+ */
8261
+ startResult?: number;
8262
+ additionalProperties?: never;
8263
+ }[];
8235
8264
  screenResolution?: number;
8236
8265
  screenWidth?: number;
8237
8266
  screenHeight?: number;
@@ -15281,6 +15310,21 @@ export interface Event {
15281
15310
  };
15282
15311
  dpcRecord?: string[];
15283
15312
  mediaLabels?: string[];
15313
+ audioSharingProperty?: {
15314
+ /**
15315
+ * Result of preparing the virtual audio device and setting it as the default output. 0 means success, -1 means not attempted, and other values are WME result codes.
15316
+ */
15317
+ preparationStatus?: number;
15318
+ /**
15319
+ * Time spent preparing the virtual audio device and setting it as the default output, in milliseconds. 3600000 means preparation was not attempted.
15320
+ */
15321
+ preparationDurationMs?: number;
15322
+ /**
15323
+ * Final result of entering the computer audio sharing pipeline. 0 means success and other values are WME result codes.
15324
+ */
15325
+ startResult?: number;
15326
+ additionalProperties?: never;
15327
+ }[];
15284
15328
  screenResolution?: number;
15285
15329
  screenWidth?: number;
15286
15330
  screenHeight?: number;
@@ -20635,6 +20679,21 @@ export interface ClientEvent {
20635
20679
  };
20636
20680
  dpcRecord?: string[];
20637
20681
  mediaLabels?: string[];
20682
+ audioSharingProperty?: {
20683
+ /**
20684
+ * Result of preparing the virtual audio device and setting it as the default output. 0 means success, -1 means not attempted, and other values are WME result codes.
20685
+ */
20686
+ preparationStatus?: number;
20687
+ /**
20688
+ * Time spent preparing the virtual audio device and setting it as the default output, in milliseconds. 3600000 means preparation was not attempted.
20689
+ */
20690
+ preparationDurationMs?: number;
20691
+ /**
20692
+ * Final result of entering the computer audio sharing pipeline. 0 means success and other values are WME result codes.
20693
+ */
20694
+ startResult?: number;
20695
+ additionalProperties?: never;
20696
+ }[];
20638
20697
  screenResolution?: number;
20639
20698
  screenWidth?: number;
20640
20699
  screenHeight?: number;
@@ -21288,7 +21347,6 @@ export interface ClientEvent {
21288
21347
  * Leave State - Set in some client.call.leave events. Indicates if the leave state is a leave attempt, or if the leave attempt was cancelled
21289
21348
  */
21290
21349
  leaveState?: "attempt" | "cancel";
21291
- isCatalogOverride?: boolean;
21292
21350
  additionalProperties?: never;
21293
21351
  }
21294
21352
 
@@ -24667,6 +24725,21 @@ export interface MediaQualityEvent {
24667
24725
  };
24668
24726
  dpcRecord?: string[];
24669
24727
  mediaLabels?: string[];
24728
+ audioSharingProperty?: {
24729
+ /**
24730
+ * Result of preparing the virtual audio device and setting it as the default output. 0 means success, -1 means not attempted, and other values are WME result codes.
24731
+ */
24732
+ preparationStatus?: number;
24733
+ /**
24734
+ * Time spent preparing the virtual audio device and setting it as the default output, in milliseconds. 3600000 means preparation was not attempted.
24735
+ */
24736
+ preparationDurationMs?: number;
24737
+ /**
24738
+ * Final result of entering the computer audio sharing pipeline. 0 means success and other values are WME result codes.
24739
+ */
24740
+ startResult?: number;
24741
+ additionalProperties?: never;
24742
+ }[];
24670
24743
  screenResolution?: number;
24671
24744
  screenWidth?: number;
24672
24745
  screenHeight?: number;
package/package.json CHANGED
@@ -32,5 +32,5 @@
32
32
  "access": "public",
33
33
  "registry": "https://registry.npmjs.org"
34
34
  },
35
- "version": "1.0.2242"
35
+ "version": "1.0.2244"
36
36
  }