You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add option to set authorization credentials without connecting the user. This allows to call GetLatestUnreadCountsAsync in offline mode, without loading the entire chat
/// Get current state of unread counts for the user. Unread counts mean how many messages and threads are unread in the channels and threads the user is participating in
257
+
/// Get current state of unread counts for the user. Unread counts mean how many messages and threads are unread in the channels and threads the user is participating in.
258
+
///
259
+
/// This method can be used in offline mode as well to poll the latest unread counts without establishing a connection.
260
+
/// To use it this way, you need to call the <see cref="SeAuthorizationCredentials"/> method first to set the authorization credentials for the API call.
0 commit comments