// eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-nocheck // @ts-ignore import exp from 'constants'; import {SipAccountInfo} from "../../types.ts"; const noop = ()=>{} let sTransferNumber; let oRingTone, oRingbackTone; let oSipStack, oSipSessionRegister, oSipSessionCall, oSipSessionTransferCall; let videoRemote, videoLocal, audioRemote; let bFullScreen = false; let oNotifICall; let bDisableVideo = false; let viewVideoLocal, viewVideoRemote, viewLocalScreencast; //