soft-phone
Version:
10 lines (9 loc) • 325 B
TypeScript
import { OnInit } from '@angular/core';
import { PhoneService } from '../../../service/index';
export declare class SoftPhoneBodyComponent implements OnInit {
private service;
constructor(service: PhoneService);
ngOnInit(): void;
isDialOutboundOrForwarding(): boolean;
displayPhone(): boolean;
}