@observertc/client-monitor-js
Version:
ObserveRTC Client Integration Javascript Library
11 lines (10 loc) • 345 B
TypeScript
import { ClientMonitor } from "..";
export declare class CpuPerformanceDetector {
readonly clientMonitor: ClientMonitor;
static readonly ISSUE_TYPE = "cpulimitation";
readonly name = "cpu-performance-detector";
constructor(clientMonitor: ClientMonitor);
private get config();
update(): void;
private _resolveIssue;
}