sipml5
sipml5 copied to clipboard
Can we use sipml5 in an Angular project?
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.
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
@NOualet @hthetiot please follow this project: https://github.com/husin-sajjadi/ecmascript-webrtc-sipml
@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.