Hi There:
I am developing a softphone using react native with the help of GitHub - wazo-platform/wazo-react-native-demo: A simple demonstration of Wazo's SDK with React Native this wazo demo project.
When I tried to hit the
Wazo.Auth.init();
Wazo.Auth.setHost("192.168.87.135");
try {
session = await Wazo.Auth.logIn("root", "sri55533");
} catch (e) {
console.log("Err",e)
}
session = await Wazo.Auth.logIn(“root”, “sri55533”);
API responds with a catch error that
LOG Err [TypeError: Network request failed]
While debugging it in the network, the results are
What might have gone wrong, and how to resolve it?
I also added a self-signed SSL certificate but it does not work