UNPKG

@telnyx/webrtc

Version:
7 lines (6 loc) 276 B
import BaseRequest from './BaseRequest'; declare class Login extends BaseRequest { method: string; constructor(login: string, passwd: string, login_token: string, sessionid: string, userVariables: Record<string, any>, reconnection: boolean); } export { Login };