Reputation: 786
I am creating a chat system using sendbird and want to online users in an open chat room on my view. The problem is whenever a new user "joins" an "open channel", sendbird sends me System Message without the user's object.
The only way currently is to call the MemberListQuery to find all online users.
Upvotes: 0
Views: 373
Reputation: 196
SendBird SDK V3 now triggers "userDidEnter" callback with SendBird user object.
Please take a look at our SDK documentation!
https://docs.sendbird.com/ios https://docs.sendbird.com/android
Thanks! Jin
Upvotes: 0