sipml5 icon indicating copy to clipboard operation
sipml5 copied to clipboard

Can we use sipml5 in an Angular project?

Open NOualet opened this issue 4 years ago • 3 comments

I'm looking for a sip library using udp for an angular project. I wanted to know if your library works well on Angular? This may sound like a silly question, but I'm not very familiar with angular, typescript and associated libraries yet.

NOualet avatar Jul 15 '20 08:07 NOualet

So you asking if you can use a JavaScript library with Typescript angular and mention not be familiar with Typescript, I don't this is the right place to report such issue. TypeScript results in compiled JavaScript (ES5 in most of the case) therefore all JavaScript library work in Typescript anyway. All you need is define the types you can define to any if you simply want to use it out of the box and use angular.json to inject the library.

This stack overflow response apply:

  • https://stackoverflow.com/questions/59611035/how-to-use-jquery-in-javascript-file-included-in-angular-json

hthetiot avatar Jul 15 '20 15:07 hthetiot

@NOualet @hthetiot please follow this project: https://github.com/husin-sajjadi/ecmascript-webrtc-sipml

husin-sajjadi avatar Jan 18 '21 09:01 husin-sajjadi

@NOualet @hthetiot please follow this project: https://github.com/husin-sajjadi/ecmascript-webrtc-sipml

Any work on this? Looks like the project is abandoned about 3 years.

andrew-paes avatar May 13 '23 15:05 andrew-paes