Needs https(ssl) for connection in none local network?

Does this module require https to make calls over the network?

I think it does require it but I was able to use HTTP by setting this in my AndroidManifest.xml:

<application
 ...
 android:usesCleartextTraffic="true">