react-native-pjsip icon indicating copy to clipboard operation
react-native-pjsip copied to clipboard

A PJSIP module for React Native.

Results 107 react-native-pjsip issues
Sort by recently updated
recently updated
newest added

As now the targetBuild version of android is forced to be higher. Could the build.gradle file be updated the the min compile version ?

I am successfully able to `makeCall` thus ringing the other phone. However, once the other party answers, there is no sound being transmitted to the other phone or heard from...

Renamed interface to prevent Xcode buildtime "Duplicate symbols for architecture x86_64" error due to name conflict with react-native-webrtc library: https://github.com/react-native-webrtc/react-native-webrtc/blob/master/ios/RCTWebRTC/RTCVideoViewManager.m#L55

In order to pass Apples review requirement, all apps must support NAT64/DNS64 network. Has anyone gotten this to work with this library? If so, could someone share their code or...

I am getting this error, when trying to make call. I will call to a mobile phone number. `Title: pjsua_call_make_call(acc.getId(), &pj_dst_uri, param.p_opt, this, param.p_msg_data, &id) Code: 171039 Description: Invalid URI...

If a user is currently on a call on Android and they receive a secondary inbound call, the secondary call is automatically declined as per the following line: ```java void...

Hi, This is really an amazing library and I am looking forward to implement. However, I will try to build on react native windows (which has been recently released) I...

I'm trying to use this module but I can't get audio to work. I can hear my self in the other phone but my app has no sound. Any help...

Hello, react-native-pjsip is good package for calling but I get one weird issue. Record audio not play after make call, it's play after close and re-open app. First open app...

For one of my projects, I need to get the Incoming DTMF number and change the screen accordingly. Possible to know how can I achieve it.