Signaling (previously RTM) SDK v1.5.0 API Reference for Windows (C++)
Functions
CreateRtmService

Functions

AGORA_API IRtmService *AGORA_CALL  agora::rtm::createRtmService ()
 

Detailed Description

Function Documentation

◆ createRtmService()

AGORA_API IRtmService *AGORA_CALL agora::rtm::createRtmService ( )

Creates an IRtmService instance.

Note
When you no longer need an IRtmService instance, ensure that you call the release method to release all resources that it uses.
Returns
An IRtmService instance.