SDKsReact Native
Get joined groups
OpenIM React Native SDK guide for get joined groups.
Call getJoinedGroupList() to retrieve every group that the current account has joined.
const groups = await OpenIMSDK.getJoinedGroupList();Return value
When the call completes, it returns GroupItem[]. For many groups, use Get joined groups by page to retrieve them in batches.
Was this page helpful?