UNPKG

ngx-agora

Version:

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

16 lines (15 loc) 394 B
/** * Allowed logging levels for the AgoraRTC.Logger module. */ export declare enum LogLevel { /** Outputs all logs. */ Debug = 0, /** Outputs logs of the INFO, WARNING and ERROR levels. */ Info = 1, /** Outputs logs of the WARNING and ERROR levels. */ Warning = 2, /** Outputs logs of the ERROR level. */ Error = 3, /** Outputs no logs. */ None = 4 }