Hello Stars,
I'm using sip.js in a project with Angular 6 + nodejs with typescript
In the component.ts i have add the import ==> import * as SIP from 'sip.js'
But i can't use the SIP variable, could you please help on that ? is it the correct statement to import from sip.js ? any recommandation to user sip.js in typescript with angular 6 ?
Thank you