Get Conversations
The IMKit SDK provides a complete set of default implementations for conversation retrieval and display. When using the default conversation list and chat UI, no additional API calls are required. If the existing implementation doesn't meet your requirements, you can use the following APIs from the RCCoreClient
in IMLib SDK:
getConversationList
: Retrieve local conversation listgetConversation
: Get a specific conversation
tip
For detailed usage, refer to the IMLib documentation Get Conversations. Note that IMLib methods don't provide UI refresh capabilities—you'll need to implement custom notification mechanisms for page refreshes based on your business requirements.