UNPKG

infobip-rtc

Version:

Infobip RTC JavaScript SDK - Infobip WebRTC API Implementation

16 lines (15 loc) 460 B
import { Log } from "../log/Log"; import { LoggerOptions } from "../log/LoggerOptions"; export declare class WsErrorLogger { private errorSender; private options; private static DEFAULT_PERIOD; private static MAX_LOGS; private readonly interval; private logs; constructor(errorSender: (payload: any) => void, options?: LoggerOptions); error(log: Log): void; stop(): void; private sendLogs; private createInterval; }