This class provides the main methods that can be invoked by your app.
IRtmClient is the basic interface class of the Agora RTM SDK.
Creating an IRtmClient object and then calling the methods of
this object enables you to use Agora RTM SDK's functionality.
Renews the token. Once a token is enabled and used, it expires after a certain period of time.
You should generate a new token on your server, call this method to renew it.
The IRtmClient class.
This class provides the main methods that can be invoked by your app.
IRtmClient is the basic interface class of the Agora RTM SDK. Creating an IRtmClient object and then calling the methods of this object enables you to use Agora RTM SDK's functionality.