tobiasgoncalvespires
tobiasgoncalvespires
package.json of the react-native-pjsip has the line: "postinstall": "bash libs.sh" that does not run on Windows. The script (libs.sh) is very simple, it only download one file and unpack. Can...
When i do: endpoint.answerCall(call); The app crashes, below the logcat [Voip.txt](https://github.com/datso/react-native-pjsip/files/4775288/Voip.txt) I add the RECORD_AUDIO permissions in AndroidManifest.xml, and test with: [test_permission.txt](https://github.com/datso/react-native-pjsip/files/4775291/test_permission.txt) I test react-native-audio-record too, it works. I test...