Ajay Kumar

Results 5 comments of Ajay Kumar

@akolpakov @rodrigowbazevedo @datso @cmendes0101 only difference I'm getting in `tcpdump` in compared to linPhone and x-lite is that extra Route header is available if I add proxy : `Route: `...

@datso any update on this issue. I've created a sample test file if you want to test: https://github.com/krajay015/pjsipAndroid/tree/android-device-setup It's not resolving `endpoint.start()` ``` const endpoint = await new Endpoint(); console.log('SIP...

This is what I'm using @cmendes0101 ``` async componentDidMount(){ console.log('SIP STARTED'); const endpoint = new Endpoint(); const state = await endpoint.start({ service: { ua: 'RN SIP', }, network: { useWifi:...

it's working perfectly with iOS device but android device is throwing issues. I'll try to go with redux method also and will post here. Thanks for sharing the link

@rcidt I've tried on Android API (**28, 25, 23 and 22** ) and it's failing on all