UNPKG

@telnyx/webrtc

Version:
16 lines (15 loc) 466 B
import BrowserSession from '../BrowserSession'; declare class VertoHandler { session: BrowserSession; nodeId: string; static retriedConnect: number; static retriedRegister: number; constructor(session: BrowserSession); private _ack; private reconnectDelay; handleMessage(msg: any): Promise<void>; private _retrieveCallId; private _handlePvtEvent; private _handleSessionEvent; } export default VertoHandler;