socket.io-android-chat
socket.io-android-chat copied to clipboard
Using Whisper in Socket IO Android
I am using Socket IO library in my android Application. I am trying to send typing event to web. But in web they are using whisper to emit typing event. The web code is here
channel.whisper('typing', { user: username, typing: true, });
How do i use Whisper in Android