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