UNPKG

ngx-agora

Version:

Angular wrapper for Agora RTC client (https://www.agora.io/en/)

10 lines (9 loc) 145 B
/** * System statistics. */ export interface SystemStats { /** * Battery level of the system (%). */ BatteryLevel: string; }