versatica / JsSIP

JsSIP, the JavaScript SIP library
https://jssip.net
Other
2.4k stars 740 forks source link

JsSIP.WebSocketInterface is not a constructor #758

Closed shreyshahh closed 2 years ago

shreyshahh commented 2 years ago

I want to use this library in a Javascript project. But I am getting the following error,

JsSIP.WebSocketInterface is not a constructor

Error on 1st line, var socket = new JsSIP.WebSocketInterface('myserver');

I have downloaded this file https://jssip.net/download/releases/jssip-0.2.0.js, do I need any other file to run this project?

ibc commented 2 years ago

That's wrong usage. Please use the mailing list for questions.