UNPKG

@telnyx/webrtc

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