@webex/event-dictionary-ts 1.0.1946 → 1.0.1949
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.
|
@@ -17916,6 +17916,10 @@
|
|
|
17916
17916
|
"description": "one int64 every 1 minute",
|
|
17917
17917
|
"minimum": -9223372036854776000.0,
|
|
17918
17918
|
"maximum": 9223372036854776000.0
|
|
17919
|
+
},
|
|
17920
|
+
"txbweExecuteTime": {
|
|
17921
|
+
"type": "number",
|
|
17922
|
+
"description": "one float every 1 minute"
|
|
17919
17923
|
}
|
|
17920
17924
|
}
|
|
17921
17925
|
},
|
|
@@ -4765,6 +4765,10 @@
|
|
|
4765
4765
|
"description": "one int64 every 1 minute",
|
|
4766
4766
|
"minimum": -9223372036854776000.0,
|
|
4767
4767
|
"maximum": 9223372036854776000.0
|
|
4768
|
+
},
|
|
4769
|
+
"txbweExecuteTime": {
|
|
4770
|
+
"type": "number",
|
|
4771
|
+
"description": "one float every 1 minute"
|
|
4768
4772
|
}
|
|
4769
4773
|
}
|
|
4770
4774
|
},
|
|
@@ -7882,6 +7882,10 @@ export interface Event {
|
|
|
7882
7882
|
* one int64 every 1 minute
|
|
7883
7883
|
*/
|
|
7884
7884
|
txAfterBufferAndEncodeJitterHistorgram?: number;
|
|
7885
|
+
/**
|
|
7886
|
+
* one float every 1 minute
|
|
7887
|
+
*/
|
|
7888
|
+
txbweExecuteTime?: number;
|
|
7885
7889
|
additionalProperties?: false;
|
|
7886
7890
|
};
|
|
7887
7891
|
/**
|
|
@@ -22641,6 +22645,10 @@ export interface MediaQualityEvent {
|
|
|
22641
22645
|
* one int64 every 1 minute
|
|
22642
22646
|
*/
|
|
22643
22647
|
txAfterBufferAndEncodeJitterHistorgram?: number;
|
|
22648
|
+
/**
|
|
22649
|
+
* one float every 1 minute
|
|
22650
|
+
*/
|
|
22651
|
+
txbweExecuteTime?: number;
|
|
22644
22652
|
additionalProperties?: false;
|
|
22645
22653
|
};
|
|
22646
22654
|
/**
|
package/package.json
CHANGED