react-native-pjsip
react-native-pjsip copied to clipboard
A PJSIP module for React Native.
Hi guys, I'm trying to implement conference call for android. Iv'e looked at this documentation https://www.pjsip.org/docs/book-latest/html/media.html#conference-call , and successfully made a conference call. the problem is that ive changed something...
Hello guys, Everything works perfectly on IOS. But most of the android devices have the following problem. When I make a phone call and the other side answers the voice...
When te pbx offers an info message during a call, this message should be handled by the client (Dialog in PJSIP terms) when this message isn't handled this causes an...
Who can help me see this? I'm going to crumble!!! I used react-native-pjsip to write a small case,And that's the way it turns out. why why why 02-07 20:16:20.526: E/memtrack(14106):...
I'm trying proxy server for voip notification for react-native-app my createAccount method for ios is something like this: ``` account = await endpoint.createAccount({ name:""Device 2, username:"seconddev", password:"*****************", domain:"domain.name", proxy: `sip:${proxyIP}:5060`,...
Hi, I experienced the error that app just freeze on call screen and need to be force closed. After some debugging I figured out that token for FCM push notifications...
There is missing changeOrientation method for the Android version. It should work the same as on iOS.