UNPKG

msg91-webrtc-call

Version:

**msg91-webrtc-call** is a lightweight JavaScript SDK that enables you to easily add peer-to-peer WebRTC audio/video calling functionality to your web applications using the MSG91 infrastructure.

9 lines (8 loc) 257 B
export declare class EventEmitter { private eventListeners; on(event: string, callback: Function): { remove: () => void; }; protected emit(event: string, data?: any): void; removeListener(channel: string, listener: any): void; }