getSubscribedUsers

abstract fun getSubscribedUsers(): List<User>

Get a list of currently subscribed User objects.

These objects receive status updates in real-time. When you subcribe to too many users simultaneously, the oldest subscribed users will be automatically unsubscribed.

Return

List of subscribed User objects.

Throws

If ConversationClient isn't synchronized properly.