In web sdk, we can check if the client is online using connectionStatusChanged
:
This is useful to know if the current user is online or not. However, is it possible to know if other users are online? I’m thinking of using it to create an online indicator inside my chat channel (ie. show “green” circle if user id is online, or “grey” if user id is offline).