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
{{ message }}
This repository was archived by the owner on Feb 7, 2024. It is now read-only.
I need to access #users array to apply changes to any user who leaves.
In this issue they managed to get channelName but I did not get #users using their solution!
This is my onClose function code in
WebSocketHandler.phpfile:and when the user closes the tab or browser my onClose function gives me
$datain console logging which is this response:I need to access
#usersarray to apply changes to any user who leaves.In this issue they managed to get channelName but I did not get #users using their solution!