|
Voice SDK v3.7.1 API Reference for All Platforms (C++)
|
Public Member Functions | |
| virtual int | initialize (const AgoraServiceContext &context)=0 |
| virtual const char * | getVersion (int *build)=0 |
| virtual rtm::IRtmService * | createRtmService ()=0 |
Static Public Member Functions | |
| static AGORA_CPP_API void | release () |
Protected Member Functions | |
| virtual | ~IAgoraService () |
|
inlineprotectedvirtual |
|
static |
|
pure virtual |
Initializes the engine.
| context | RtcEngine context. |
|
pure virtual |
Gets the SDK version number.
| build | Build number. |
|
pure virtual |