Skip to content

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

@sunilkumarjena21

Description

@sunilkumarjena21

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions