IMKit 5.X Version Upgrade
This document describes the upgrade process from lower versions to higher versions within the IMKit SDK 5.X series.
Upgrade to IMKit 5.4.0
In IMKit 5.4.0, the SDK no longer depends on RongIMLib
internally.
If you're upgrading from a lower version to IMKit 5.4.0 and your project calls methods from the RCIMClient
class, errors may occur. Should you encounter issues, replace all RCIMClient
method calls with their equivalent RCCoreClient
methods.
The following IMKit documentation previously used the RCIMClient
core class but has been updated to use RCCoreClient
.
Exception: If your IMKit project involves chatroom functionality, replace RCIMClient
method calls with equivalent methods from RCChatRoomClient
.