Developer Center
Voice Call
API Reference
Agora C++ API Reference for All Platforms
Agora C++ API Reference for All Platforms
|
static AGORA_CPP_API void | release () |
|
◆ ~IAgoraService()
virtual agora::base::IAgoraService::~IAgoraService |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ release()
static AGORA_CPP_API void agora::base::IAgoraService::release |
( |
| ) |
|
|
static |
◆ initialize()
Initializes the engine.
- Parameters
-
context | RtcEngine context. |
- Returns
- 0: Success.
- < 0: Failure.
◆ getVersion()
virtual const char* agora::base::IAgoraService::getVersion |
( |
int * |
build | ) |
|
|
pure virtual |
Retrieves the SDK version number.
- Parameters
-
- Returns
- The current SDK version in the string format. For example, 2.4.0
◆ createRtmService()
virtual rtm::IRtmService* agora::base::IAgoraService::createRtmService |
( |
| ) |
|
|
pure virtual |