@webex/event-dictionary-ts 1.0.2241 → 1.0.2243
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,
|
|
@@ -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,
|
|
@@ -14467,6 +14490,9 @@
|
|
|
14467
14490
|
},
|
|
14468
14491
|
"isMain": {
|
|
14469
14492
|
"type": "boolean"
|
|
14493
|
+
},
|
|
14494
|
+
"isCatalogOverride": {
|
|
14495
|
+
"type": "boolean"
|
|
14470
14496
|
}
|
|
14471
14497
|
}
|
|
14472
14498
|
},
|
|
@@ -18475,6 +18501,29 @@
|
|
|
18475
18501
|
"type": "string"
|
|
18476
18502
|
}
|
|
18477
18503
|
},
|
|
18504
|
+
"audioSharingProperty": {
|
|
18505
|
+
"type": "array",
|
|
18506
|
+
"items": {
|
|
18507
|
+
"type": "object",
|
|
18508
|
+
"description": "The preparation and start result for one computer audio sharing attempt.",
|
|
18509
|
+
"additionalProperties": true,
|
|
18510
|
+
"properties": {
|
|
18511
|
+
"preparationStatus": {
|
|
18512
|
+
"type": "integer",
|
|
18513
|
+
"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."
|
|
18514
|
+
},
|
|
18515
|
+
"preparationDurationMs": {
|
|
18516
|
+
"type": "integer",
|
|
18517
|
+
"minimum": 0,
|
|
18518
|
+
"description": "Time spent preparing the virtual audio device and setting it as the default output, in milliseconds. 3600000 means preparation was not attempted."
|
|
18519
|
+
},
|
|
18520
|
+
"startResult": {
|
|
18521
|
+
"type": "integer",
|
|
18522
|
+
"description": "Final result of entering the computer audio sharing pipeline. 0 means success and other values are WME result codes."
|
|
18523
|
+
}
|
|
18524
|
+
}
|
|
18525
|
+
}
|
|
18526
|
+
},
|
|
18478
18527
|
"screenResolution": {
|
|
18479
18528
|
"type": "number",
|
|
18480
18529
|
"minimum": -9223372036854776000.0,
|
|
@@ -35150,6 +35199,29 @@
|
|
|
35150
35199
|
"type": "string"
|
|
35151
35200
|
}
|
|
35152
35201
|
},
|
|
35202
|
+
"audioSharingProperty": {
|
|
35203
|
+
"type": "array",
|
|
35204
|
+
"items": {
|
|
35205
|
+
"type": "object",
|
|
35206
|
+
"description": "The preparation and start result for one computer audio sharing attempt.",
|
|
35207
|
+
"additionalProperties": true,
|
|
35208
|
+
"properties": {
|
|
35209
|
+
"preparationStatus": {
|
|
35210
|
+
"type": "integer",
|
|
35211
|
+
"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."
|
|
35212
|
+
},
|
|
35213
|
+
"preparationDurationMs": {
|
|
35214
|
+
"type": "integer",
|
|
35215
|
+
"minimum": 0,
|
|
35216
|
+
"description": "Time spent preparing the virtual audio device and setting it as the default output, in milliseconds. 3600000 means preparation was not attempted."
|
|
35217
|
+
},
|
|
35218
|
+
"startResult": {
|
|
35219
|
+
"type": "integer",
|
|
35220
|
+
"description": "Final result of entering the computer audio sharing pipeline. 0 means success and other values are WME result codes."
|
|
35221
|
+
}
|
|
35222
|
+
}
|
|
35223
|
+
}
|
|
35224
|
+
},
|
|
35153
35225
|
"screenResolution": {
|
|
35154
35226
|
"type": "number",
|
|
35155
35227
|
"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;
|
|
@@ -6720,6 +6735,7 @@ export interface Event {
|
|
|
6720
6735
|
isAnswered?: boolean;
|
|
6721
6736
|
secureMedia?: boolean;
|
|
6722
6737
|
isMain?: boolean;
|
|
6738
|
+
isCatalogOverride?: boolean;
|
|
6723
6739
|
additionalProperties?: never;
|
|
6724
6740
|
}
|
|
6725
6741
|
| {
|
|
@@ -8231,6 +8247,21 @@ export interface Event {
|
|
|
8231
8247
|
};
|
|
8232
8248
|
dpcRecord?: string[];
|
|
8233
8249
|
mediaLabels?: string[];
|
|
8250
|
+
audioSharingProperty?: {
|
|
8251
|
+
/**
|
|
8252
|
+
* 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.
|
|
8253
|
+
*/
|
|
8254
|
+
preparationStatus?: number;
|
|
8255
|
+
/**
|
|
8256
|
+
* Time spent preparing the virtual audio device and setting it as the default output, in milliseconds. 3600000 means preparation was not attempted.
|
|
8257
|
+
*/
|
|
8258
|
+
preparationDurationMs?: number;
|
|
8259
|
+
/**
|
|
8260
|
+
* Final result of entering the computer audio sharing pipeline. 0 means success and other values are WME result codes.
|
|
8261
|
+
*/
|
|
8262
|
+
startResult?: number;
|
|
8263
|
+
additionalProperties?: never;
|
|
8264
|
+
}[];
|
|
8234
8265
|
screenResolution?: number;
|
|
8235
8266
|
screenWidth?: number;
|
|
8236
8267
|
screenHeight?: number;
|
|
@@ -15280,6 +15311,21 @@ export interface Event {
|
|
|
15280
15311
|
};
|
|
15281
15312
|
dpcRecord?: string[];
|
|
15282
15313
|
mediaLabels?: string[];
|
|
15314
|
+
audioSharingProperty?: {
|
|
15315
|
+
/**
|
|
15316
|
+
* 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.
|
|
15317
|
+
*/
|
|
15318
|
+
preparationStatus?: number;
|
|
15319
|
+
/**
|
|
15320
|
+
* Time spent preparing the virtual audio device and setting it as the default output, in milliseconds. 3600000 means preparation was not attempted.
|
|
15321
|
+
*/
|
|
15322
|
+
preparationDurationMs?: number;
|
|
15323
|
+
/**
|
|
15324
|
+
* Final result of entering the computer audio sharing pipeline. 0 means success and other values are WME result codes.
|
|
15325
|
+
*/
|
|
15326
|
+
startResult?: number;
|
|
15327
|
+
additionalProperties?: never;
|
|
15328
|
+
}[];
|
|
15283
15329
|
screenResolution?: number;
|
|
15284
15330
|
screenWidth?: number;
|
|
15285
15331
|
screenHeight?: number;
|
|
@@ -20634,6 +20680,21 @@ export interface ClientEvent {
|
|
|
20634
20680
|
};
|
|
20635
20681
|
dpcRecord?: string[];
|
|
20636
20682
|
mediaLabels?: string[];
|
|
20683
|
+
audioSharingProperty?: {
|
|
20684
|
+
/**
|
|
20685
|
+
* 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.
|
|
20686
|
+
*/
|
|
20687
|
+
preparationStatus?: number;
|
|
20688
|
+
/**
|
|
20689
|
+
* Time spent preparing the virtual audio device and setting it as the default output, in milliseconds. 3600000 means preparation was not attempted.
|
|
20690
|
+
*/
|
|
20691
|
+
preparationDurationMs?: number;
|
|
20692
|
+
/**
|
|
20693
|
+
* Final result of entering the computer audio sharing pipeline. 0 means success and other values are WME result codes.
|
|
20694
|
+
*/
|
|
20695
|
+
startResult?: number;
|
|
20696
|
+
additionalProperties?: never;
|
|
20697
|
+
}[];
|
|
20637
20698
|
screenResolution?: number;
|
|
20638
20699
|
screenWidth?: number;
|
|
20639
20700
|
screenHeight?: number;
|
|
@@ -24666,6 +24727,21 @@ export interface MediaQualityEvent {
|
|
|
24666
24727
|
};
|
|
24667
24728
|
dpcRecord?: string[];
|
|
24668
24729
|
mediaLabels?: string[];
|
|
24730
|
+
audioSharingProperty?: {
|
|
24731
|
+
/**
|
|
24732
|
+
* 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.
|
|
24733
|
+
*/
|
|
24734
|
+
preparationStatus?: number;
|
|
24735
|
+
/**
|
|
24736
|
+
* Time spent preparing the virtual audio device and setting it as the default output, in milliseconds. 3600000 means preparation was not attempted.
|
|
24737
|
+
*/
|
|
24738
|
+
preparationDurationMs?: number;
|
|
24739
|
+
/**
|
|
24740
|
+
* Final result of entering the computer audio sharing pipeline. 0 means success and other values are WME result codes.
|
|
24741
|
+
*/
|
|
24742
|
+
startResult?: number;
|
|
24743
|
+
additionalProperties?: never;
|
|
24744
|
+
}[];
|
|
24669
24745
|
screenResolution?: number;
|
|
24670
24746
|
screenWidth?: number;
|
|
24671
24747
|
screenHeight?: number;
|
package/package.json
CHANGED