LANYINGDevelopers
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)
Add a RTC service listener
voidremoveRTCServiceListener(BMXRTCServiceListener listener)
Remove a RTC service 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
)

Add a RTC service listener

function removeRTCServiceListener#

inline void removeRTCServiceListener(
    BMXRTCServiceListener listener
)

Remove a RTC service listener


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

Generated API content with concise AI notes where context helps.