@webex/event-dictionary-ts 1.0.1302 → 1.0.1304
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.
|
@@ -1252,7 +1252,8 @@ export interface Event {
|
|
|
1252
1252
|
| "toast"
|
|
1253
1253
|
| "user-interaction"
|
|
1254
1254
|
| "web-ucf-crosslaunch"
|
|
1255
|
-
| "wireless-share"
|
|
1255
|
+
| "wireless-share"
|
|
1256
|
+
| "deep-link";
|
|
1256
1257
|
leaveReason?: "paired-leave" | "one-to-one" | "ended-by-locus";
|
|
1257
1258
|
displayLocation?:
|
|
1258
1259
|
| "toast"
|
|
@@ -6754,10 +6755,6 @@ export interface Event {
|
|
|
6754
6755
|
* one unsigned char every 1 minute, 0 for 0dB, plus 1 for -0.5dB
|
|
6755
6756
|
*/
|
|
6756
6757
|
speechRMSRaw?: number;
|
|
6757
|
-
/**
|
|
6758
|
-
* one unsigned char every 1 minute, 0 for 0s, plus 4 for +1s
|
|
6759
|
-
*/
|
|
6760
|
-
speechLengthRaw?: number;
|
|
6761
6758
|
additionalProperties?: false;
|
|
6762
6759
|
};
|
|
6763
6760
|
/**
|
|
@@ -10294,7 +10291,8 @@ export interface ClientEvent {
|
|
|
10294
10291
|
| "toast"
|
|
10295
10292
|
| "user-interaction"
|
|
10296
10293
|
| "web-ucf-crosslaunch"
|
|
10297
|
-
| "wireless-share"
|
|
10294
|
+
| "wireless-share"
|
|
10295
|
+
| "deep-link";
|
|
10298
10296
|
leaveReason?: "paired-leave" | "one-to-one" | "ended-by-locus";
|
|
10299
10297
|
displayLocation?:
|
|
10300
10298
|
| "toast"
|
|
@@ -15647,10 +15645,6 @@ export interface MediaQualityEvent {
|
|
|
15647
15645
|
* one unsigned char every 1 minute, 0 for 0dB, plus 1 for -0.5dB
|
|
15648
15646
|
*/
|
|
15649
15647
|
speechRMSRaw?: number;
|
|
15650
|
-
/**
|
|
15651
|
-
* one unsigned char every 1 minute, 0 for 0s, plus 4 for +1s
|
|
15652
|
-
*/
|
|
15653
|
-
speechLengthRaw?: number;
|
|
15654
15648
|
additionalProperties?: false;
|
|
15655
15649
|
};
|
|
15656
15650
|
/**
|
package/package.json
CHANGED