webrtc_server_node icon indicating copy to clipboard operation
webrtc_server_node copied to clipboard

Node Server Running perfectly fine on IP = "52.167.201.188"; but webSocket.connect(); returns connectFlag=false & socket not opening in Android webrtc_android app

Open sunilkumarjena21 opened this issue 5 years ago • 1 comments

Server Running perfectly fine on IP = "52.167.201.188";

Tested on webrtc_android app:- webSocket.connect(); returns connectFlag=false & socket not opening in webrtc_android app.So that login was unsuccessful after input the user name & tapping enter.

You can replace the IP like this in Android webrtc_android app.

`public class Urls {

//    private final static String IP = "192.168.2.111";
public final static String IP = "52.167.201.188";`

in Android webrtc_android app & Test.

Please guide.

Thanks in advance

sunilkumarjena21 avatar May 29 '20 14:05 sunilkumarjena21

i have this problem like you android side shows socket is open! log but enter button doesnt login

hdev72 avatar Jan 06 '22 09:01 hdev72