export enum JitsiLogLevels { TRACE = 'trace', DEBUG = 'debug', INFO = 'info', LOG = 'log', WARN = 'warn', ERROR = 'error' }