Browse SDKs · React Native
SDKsReact Native

Unsubscribe from online status

Cancel user online-status subscriptions with the OpenIM React Native SDK.

Copy

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.