Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 #7

Open
sunilkumarjena21 opened this issue May 29, 2020 · 1 comment

Comments

@sunilkumarjena21
Copy link

sunilkumarjena21 commented May 29, 2020

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 sunilkumarjena21 changed the title Node Server Running perfectly fine on IP = "52.167.201.188"; but webSocket.connect(); returns connectFlag=false & socket not opening in Android app 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 May 29, 2020
@hdev72
Copy link

hdev72 commented Jan 6, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants