happones / nativescript-laravel-echo

A nativescript plugin for laravel-echo
Apache License 2.0
10 stars 2 forks source link

Whispers #6

Closed lord-zeus closed 5 years ago

lord-zeus commented 5 years ago

I tried using Whisper but nothing happened please, how can I implement it here?

Echo.private('chat') .listenForWhisper('typing', (e) => { console.log(e.name); });

happones commented 5 years ago

This is the documentation for its implementation Client Events