0

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.

Akshat Goel
  • 736
  • 2
  • 6
  • 19

1 Answers1

0

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

Jin Ku
  • 196
  • 1
  • 2