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

Using Whisper in Socket IO Android

Open tamilairy opened this issue 7 years ago • 0 comments

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

tamilairy avatar Nov 29 '17 15:11 tamilairy