How do you go about sending a whisper? The only method i can seem to use is msg
socket.call('msg', [@${data.user_name} Hello]);
I tried
socket.call('whisper', [@Testy1234t Hello]);
and
socket.call('{"type":"method","method":"whisper","arguments":["Testy1234t","test"]}');
How do you go about sending a whisper? The only method i can seem to use is msg
socket.call('msg', [@${data.user_name} Hello]);I tried
socket.call('whisper', [@Testy1234t Hello]);and
socket.call('{"type":"method","method":"whisper","arguments":["Testy1234t","test"]}');