Skip to content
Ekaansh Arora edited this page Feb 16, 2022 · 1 revision

API Reference

Wrapper Functions

Factory Method Parameters (? = optional) Return Value Reference
createClient AppID, RtmConfig? A hook that gives an RtmClient instance. createInstance
createChannel ChannelId A hook that gives an RtmChannel instance. The resulting hooks requires the RtmClient instance as a parameter. createChannel

Other Agora RTM Methods

For other RTM SDK methods you can directly use them from the AgoraRTM object. You can look at the example in the repo to get a better idea.

Clone this wiki locally