soft-phone
Version:
21 lines (20 loc) • 536 B
TypeScript
import { OnInit } from '@angular/core';
export declare class RegistrationComponent implements OnInit {
sTransferNumber: any;
oRingTone: any;
oRingbackTone: any;
oSipStack: any;
oSipSessionRegister: any;
oSipSessionCall: any;
oSipSessionTransferCall: any;
videoRemote: any;
videoLocal: any;
audioRemote: any;
bFullScreen: boolean;
oNotifICall: any;
bDisableVideo: boolean;
oConfigCall: any;
oReadyStateTimer: any;
constructor();
ngOnInit(): void;
}