Commit 0e89eb53 by Kunj Gupta

Added auth user for socket and fixed the socket connection issue.

parent 4bdb88c0
...@@ -71,7 +71,7 @@ public class ChatActivity extends HandleNotificationActivity implements OnDSList ...@@ -71,7 +71,7 @@ public class ChatActivity extends HandleNotificationActivity implements OnDSList
private Speaker speaker; private Speaker speaker;
private Boolean isConnected = true; private Boolean isConnected = false;
private static final int NONE = -1; private static final int NONE = -1;
private static final int VOICE_STATE = 1; private static final int VOICE_STATE = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment