versatica / JsSIP

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

Trying to use jssip on react-native 0.70.7 #811

Closed ronaldblanco closed 1 year ago

ronaldblanco commented 1 year ago

Hello, I am trying to use jssip 3.7.6 in react-native 0.70.7 (upgrading from react-native 0.63.3) with react-native-webrtc 1.84.0 after some updates and testings from references of the project react-native-jssip (deprecate) i am able to start a call successfully but always the Remote SDP that arrive to my freeswitch server does not have any a=candidate: and the call ends as INCOMPATIBLE_DESTINATION I am sending pcConfig on the options for the call correctly and the information arrived until the new RTCPeerConnection(pcConfig, rtcConstraints) but always the candidates are empty. Any idea to how to address or fix this?

To reproduce: Reusing the folder lib-es5 from react-native-jssip on jssip it is allowing me to start the call with this problem (without the folder i am getting 0 activity and nothing arrive to my pbx server). node version 18.15.0

ibc commented 1 year ago

Use the JsSIP mailing list for questions or usage problems.

ronaldblanco commented 1 year ago

OK, thanks.

rcidt commented 2 months ago

@ibc the google group seems to have been taken down. Is there an alternative place to get support?

@ronaldblanco did you ever get a resolution to your issue?

ibc commented 2 months ago

the google group seems to have been taken down. Is there an alternative place to get support?

The Discussions tab here in GH.