Problem with sip.js 0.20.0 #745
Replies: 1 comment 1 reply
-
Have you try the sample application? Notice that you need to modify index.html to use index-jssip.js instead of the default index-local.js and update index-jssip.js with your SIP config. This sample is for JSsip and sip.js, and use JsSIP by default, you need to switch library line 25 https://github.com/cordova-rtc/cordova-plugin-iosrtc-sample/blob/master/www/js/index-jssip.js#L25 In any case due the nature of that plugin you need to inject Sip.js after Cordova is loaded and call the registerGlobal API (see README) before loading Sip.js. Finally unless you target iOS under 14.3 you don't really need that plugin since above iOS 14.3 WebRTC is supported. |
Beta Was this translation helpful? Give feedback.
-
Has anyone managed to get sip.js to work in version 0.20.0?
On our side, the communication is cut as soon as we accept a call.
And no error log appearing even in debug mode.
We would like to know if it is a bug on our side, or if it is sip.js 0.20.0 which is incompatible with this plugin.
Thanks in advance ;).
Beta Was this translation helpful? Give feedback.
All reactions