Ajay Kumar
Ajay Kumar
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`,...
I'm integerating my app with `react-native-pjsip` library and I've used `react-native-callkit` for call-kit handling. When remote user hangup the call then my react-native-pjsip's endpoint method notify me to terminate the...