@webex/event-dictionary-ts 1.0.1969 → 1.0.1970
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.
|
@@ -20512,6 +20512,11 @@
|
|
|
20512
20512
|
}
|
|
20513
20513
|
}
|
|
20514
20514
|
}
|
|
20515
|
+
},
|
|
20516
|
+
"speechToSpeechDelay": {
|
|
20517
|
+
"type": "number",
|
|
20518
|
+
"minimum": -9223372036854776000.0,
|
|
20519
|
+
"maximum": 9223372036854776000.0
|
|
20515
20520
|
}
|
|
20516
20521
|
}
|
|
20517
20522
|
},
|
|
@@ -21984,6 +21989,11 @@
|
|
|
21984
21989
|
}
|
|
21985
21990
|
}
|
|
21986
21991
|
}
|
|
21992
|
+
},
|
|
21993
|
+
"speechToSpeechDelay": {
|
|
21994
|
+
"type": "number",
|
|
21995
|
+
"minimum": -9223372036854776000.0,
|
|
21996
|
+
"maximum": 9223372036854776000.0
|
|
21987
21997
|
}
|
|
21988
21998
|
}
|
|
21989
21999
|
},
|
|
@@ -24070,6 +24080,11 @@
|
|
|
24070
24080
|
}
|
|
24071
24081
|
}
|
|
24072
24082
|
}
|
|
24083
|
+
},
|
|
24084
|
+
"speechToSpeechDelay": {
|
|
24085
|
+
"type": "number",
|
|
24086
|
+
"minimum": -9223372036854776000.0,
|
|
24087
|
+
"maximum": 9223372036854776000.0
|
|
24073
24088
|
}
|
|
24074
24089
|
}
|
|
24075
24090
|
},
|
|
@@ -7342,6 +7342,11 @@
|
|
|
7342
7342
|
}
|
|
7343
7343
|
}
|
|
7344
7344
|
}
|
|
7345
|
+
},
|
|
7346
|
+
"speechToSpeechDelay": {
|
|
7347
|
+
"type": "number",
|
|
7348
|
+
"minimum": -9223372036854776000.0,
|
|
7349
|
+
"maximum": 9223372036854776000.0
|
|
7345
7350
|
}
|
|
7346
7351
|
}
|
|
7347
7352
|
},
|
|
@@ -8814,6 +8819,11 @@
|
|
|
8814
8819
|
}
|
|
8815
8820
|
}
|
|
8816
8821
|
}
|
|
8822
|
+
},
|
|
8823
|
+
"speechToSpeechDelay": {
|
|
8824
|
+
"type": "number",
|
|
8825
|
+
"minimum": -9223372036854776000.0,
|
|
8826
|
+
"maximum": 9223372036854776000.0
|
|
8817
8827
|
}
|
|
8818
8828
|
}
|
|
8819
8829
|
},
|
|
@@ -10900,6 +10910,11 @@
|
|
|
10900
10910
|
}
|
|
10901
10911
|
}
|
|
10902
10912
|
}
|
|
10913
|
+
},
|
|
10914
|
+
"speechToSpeechDelay": {
|
|
10915
|
+
"type": "number",
|
|
10916
|
+
"minimum": -9223372036854776000.0,
|
|
10917
|
+
"maximum": 9223372036854776000.0
|
|
10903
10918
|
}
|
|
10904
10919
|
}
|
|
10905
10920
|
},
|
|
@@ -8896,6 +8896,7 @@ export interface Event {
|
|
|
8896
8896
|
};
|
|
8897
8897
|
additionalProperties?: false;
|
|
8898
8898
|
}[];
|
|
8899
|
+
speechToSpeechDelay?: number;
|
|
8899
8900
|
additionalProperties?: false;
|
|
8900
8901
|
};
|
|
8901
8902
|
isRxCallBackgroundNoiseReductionModeOn?: boolean;
|
|
@@ -9636,6 +9637,7 @@ export interface Event {
|
|
|
9636
9637
|
};
|
|
9637
9638
|
additionalProperties?: false;
|
|
9638
9639
|
}[];
|
|
9640
|
+
speechToSpeechDelay?: number;
|
|
9639
9641
|
additionalProperties?: false;
|
|
9640
9642
|
};
|
|
9641
9643
|
receivedFrameSize: number;
|
|
@@ -10492,6 +10494,7 @@ export interface Event {
|
|
|
10492
10494
|
};
|
|
10493
10495
|
additionalProperties?: false;
|
|
10494
10496
|
}[];
|
|
10497
|
+
speechToSpeechDelay?: number;
|
|
10495
10498
|
additionalProperties?: false;
|
|
10496
10499
|
};
|
|
10497
10500
|
gamestateObjects?: {
|
|
@@ -23688,6 +23691,7 @@ export interface MediaQualityEvent {
|
|
|
23688
23691
|
};
|
|
23689
23692
|
additionalProperties?: false;
|
|
23690
23693
|
}[];
|
|
23694
|
+
speechToSpeechDelay?: number;
|
|
23691
23695
|
additionalProperties?: false;
|
|
23692
23696
|
};
|
|
23693
23697
|
isRxCallBackgroundNoiseReductionModeOn?: boolean;
|
|
@@ -24428,6 +24432,7 @@ export interface MediaQualityEvent {
|
|
|
24428
24432
|
};
|
|
24429
24433
|
additionalProperties?: false;
|
|
24430
24434
|
}[];
|
|
24435
|
+
speechToSpeechDelay?: number;
|
|
24431
24436
|
additionalProperties?: false;
|
|
24432
24437
|
};
|
|
24433
24438
|
receivedFrameSize: number;
|
|
@@ -25284,6 +25289,7 @@ export interface MediaQualityEvent {
|
|
|
25284
25289
|
};
|
|
25285
25290
|
additionalProperties?: false;
|
|
25286
25291
|
}[];
|
|
25292
|
+
speechToSpeechDelay?: number;
|
|
25287
25293
|
additionalProperties?: false;
|
|
25288
25294
|
};
|
|
25289
25295
|
gamestateObjects?: {
|
package/package.json
CHANGED