Send Bird Call How to get the online user list

Am using Senbirdcall.min.js for the first time.

is there any way to get the active online users in the application?

am using pure javascript?

Because the users could include non-websocket connected mobile users, there is no reliable way to get online users from the Sendbird Calls SDK only.

However, you could use the Chat SDK, and set up a group channel containing all the relevant users. You can then get the active online users by checking the value of user.connectionStatus.

1 Like