UNPKG

soft-phone

Version:
13 lines (12 loc) 376 B
import { OnInit } from '@angular/core'; import "../SIPml.js"; import { PhoneService } from '../../../service/index'; export declare class ExpertComponent implements OnInit { private service; constructor(service: PhoneService); ngOnInit(): void; login(): void; eventsListenerLogin(e: any): void; makeCall(): void; sipRegister(): void; }