How to show user status

[Problem/Question]
how can we show user status in channels


// If problem, please fill out the below. If question, please delete.
“sendbird-uikit”: “^2.7.2”,

Hi @Rahul_Sharma

Welcome to the Sendbird community!

To show user status in channels using React UIKit, you can make use of the UserListItem component. This component allows you to display user information, including their online status, in a list format.

Reference: Group channel settings | UIKit React SDK | Sendbird Docs

Let me know if this helps.