NERtc Windows SDK  V4.4.301
函数
Create an NERTC Engine

函数

NERTC_API nertc::IRtcEngine *NERTC_CALL createNERtcEngine ()
 
NERTC_API void NERTC_CALL destroyNERtcEngine (void *&nertc_engine_inst)
 

详细描述

函数说明

◆ createNERtcEngine()

NERTC_API nertc::IRtcEngine* NERTC_CALL createNERtcEngine ( )

Creates an RTC engine object and returns the pointer.

注解
Only one IRtcEngine object is supported at the same time. You must release an IRtcEngine before creating a new instance.
返回
The pointer of the RTC engine object.

◆ destroyNERtcEngine()

NERTC_API void NERTC_CALL destroyNERtcEngine ( void *&  nertc_engine_inst)

Destroys RTC engine object.

注解
Call release first before releasing.