You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reopening #371, as this issue both unresolved and I do not know the internals of this package to solve. (Fix was attempted in #372)
The 'Whisper' method is not included in the type for PresenceChannel. Upon looking into the interface for PresenceChannel in laravel-echo, I can see that indeed, there isn't an interface method there.
Steps To Reproduce:
In TypeScript, create an Echo instance 'Echo'
typeup:
Echo.join('room').whisper('test, () => {}).
You'll see an IDE error as 'whisper' is not included in type 'PresenceChannel'