#include <IAgoraService.h>
|
| 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 |
Gets 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 |