feat(compute-pressure) monitor cpu pressure (#13645)

This commit is contained in:
Mihaela Dumitru
2023-08-03 14:20:35 +03:00
committed by GitHub
parent ef3f20830d
commit 4461196ba3
7 changed files with 74 additions and 1 deletions

2
globals.d.ts vendored
View File

@@ -19,6 +19,8 @@ declare global {
interfaceConfig?: any;
JitsiMeetJS?: any;
JitsiMeetElectron?: any;
PressureObserver?: any;
PressureRecord?: any;
// selenium tests handler
_sharedVideoPlayer: any;
alwaysOnTop: { api: any };