UNPKG

infobip-rtc

Version:

Infobip RTC JavaScript SDK - Infobip WebRTC API Implementation

6 lines (5 loc) 165 B
declare const EventEmitter: any; export declare class ApiEventEmitter extends EventEmitter { emit(event: string | symbol, ...args: any[]): boolean; } export {};