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 has been archived by the owner on Aug 18, 2020. It is now read-only.
Good day, guys! Is it possible to get presence state of the user that we do not share a room? By client js sdk or server side php sdk? I saw that one and tried to subscribe from client but its not working https://pusher.com/docs/chatkit/reference/presence need to use it from server sdk? Use case - show status of a user(s) before we create a room
The text was updated successfully, but these errors were encountered:
Have the users join a room together and have separate rooms as well. You can then have them check the shared channel for other users' states. Alternatively, you can code a connect/disconnect private channel if you have a ton of users and just use that to update the connection status of users but not the disconnect and then expire their connections after a while.
Good day, guys! Is it possible to get presence state of the user that we do not share a room? By client js sdk or server side php sdk? I saw that one and tried to subscribe from client but its not working https://pusher.com/docs/chatkit/reference/presence need to use it from server sdk? Use case - show status of a user(s) before we create a room
The text was updated successfully, but these errors were encountered: