GlobalState
Global state of StatePlugin.
Properties
Active live locations that are being shared in the app.
List of users that you've blocked.
Map of draft messages for all channels. Use Channel.cid to access draft message for a particular channel.
List of channels you've muted.
the number of unread channels for the current user.
Active live locations that are being shared in the app by the current user.
Map of draft messages for all threads. Use the parentId to access draft message for a particular thread.
The total unread message count for the current user. Depending on your app you'll want to show this or the channelUnreadCount.
Map of typing users in all active channel. Use Channel.cid to access events for a particular channel.
The number of unread threads for the current user.