Returns a hook to access an RTM channel instance, use this outside your React component. The returned hook gives the same channel instance throughout the application lifecycle.
RTM Channel ID
A React hook to access the channel instace
Returns a hook to access an RTM client, use this outside your React component. The returned hook gives the same client throughout the application lifecycle.
Agora AppID
RTM Config
Area Code
React Hook to access client object
Returns a hook to access an RTM channel instance, use this outside your React component. The returned hook accepts the channel config on the first hook call and gives the same channel instance throughout the application lifecycle. Use this when you need to create a client but the config is only available during the application runtime, don't update the config between re-renders.
A React Hook to access the RTM channel instance
Returns a hook to access an RTM client instance, use this outside your React component. The returned hook accepts the RTM config on the first hook call and gives the same channel instance throughout the application lifecycle. Use this when you need to create a client but the config is only available during the application runtime, don't update the config between re-renders.
A React Hook that give you access to the RTM Client instance.
Generated using TypeDoc
Type alias for RTM messages. RtmMessage can be either RtmTextMessage , RtmRawMessage, RtmImageMessage, or RtmFileMessage.