SDKsReact Native
Unsubscribe from online status
Cancel user online-status subscriptions with the OpenIM React Native SDK.
Call unsubscribeUsersStatus() to cancel online-status subscriptions for specific users.
await OpenIMSDK.unsubscribeUsersStatus(userIDs);Cancel the corresponding subscriptions when a page changes, search results change, the user logs out, or those users no longer need to be displayed.
Was this page helpful?