socket.io-android-chat icon indicating copy to clipboard operation
socket.io-android-chat copied to clipboard

how to get socket id?

Open 18705320883 opened this issue 6 years ago • 1 comments

how to get the socket id of android devices

18705320883 avatar Mar 14 '18 11:03 18705320883

mSocket.on(com.github.nkzawa.socketio.client.Socket.EVENT_CONNECT, new Emitter.Listener() { @Override public void call(Object... args) { Log.e("Dev", "Connected"); Log.e("ID", "Connected : " + mSocket.id());

        }
    });

rlmicrocode avatar Dec 31 '20 04:12 rlmicrocode