UNPKG

@observertc/client-monitor-js

Version:

ObserveRTC Client Integration Javascript Library

6 lines (5 loc) 101 B
export interface Detector { readonly name: string; disabled?: boolean; update(): void; }