蓝莺开发者
Web & Mini ProgramiOSAndroidC++Server API

top::maxim::rtc::RTCManager#

Description : RTC Created by Mango on 2018/12/2.

Public Functions#

Name
RTCManagergetInstance()
voidinit(Application application, BMXClient bmxClient)
BMXRTCEnginegetRTCEngine()
voidaddRTCServiceListener(BMXRTCServiceListener listener)
添加监听者
voidremoveRTCServiceListener(BMXRTCServiceListener listener)
移除监听者

Public Functions Documentation#

function getInstance#

static inline RTCManager getInstance()

function init#

inline void init(
    Application application,
    BMXClient bmxClient
)

function getRTCEngine#

inline BMXRTCEngine getRTCEngine()

function addRTCServiceListener#

inline void addRTCServiceListener(
    BMXRTCServiceListener listener
)

添加监听者

function removeRTCServiceListener#

inline void removeRTCServiceListener(
    BMXRTCServiceListener listener
)

移除监听者


Updated on 2023-06-21 at 16:26:43 +0800

自动生成的 API 内容,仅在必要位置补充精简的 AI 解释。