DoubangoTelecom / sipml5

The world's first HTML5 SIP client (WebRTC)
BSD 3-Clause "New" or "Revised" License
935 stars 455 forks source link

Can we use sipml5 in an Angular project? #345

Open NOualet opened 3 years ago

NOualet commented 3 years ago

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.

hthetiot commented 3 years ago

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:

husin-sajjadi commented 3 years ago

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

andrew-paes commented 1 year ago

@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.