NERTC iOS SDK V5.6.40
|
#include <NERtcLinkEngine.h>
类方法 | |
(instancetype) | + sharedEngine |
(int) | + destroyEngine |
额外继承的成员函数 | |
实例方法 继承自 <INERtcLinkEngine> | |
(int) | - setUpEngineWithContext: |
实例方法 继承自 <INERtcLinkEngineDirectCall> | |
(int) | - directCallStartCallWithParam:completionBlock: |
(int) | - directCallHangupCall |
+ (int) destroyEngine |
销毁 NERtcLink 实例,并释放资源。
+ (instancetype) sharedEngine |
获取 NERtcLink 实例。 获取之后一直到调用 destroyEngine
之前,返回的实例都将是同一个。