Class NEGlobalEventListener
-
- All Implemented Interfaces:
public class NEGlobalEventListener
SDK 全局事件监听器
-
-
Constructor Summary
Constructors Constructor Description NEGlobalEventListener()
-
Method Summary
Modifier and Type Method Description Unit
beforeRtcEngineInitialize(String roomUuid, NERtcWrapper rtcWrapper)
RTC engine 初始化之前回调 Unit
afterRtcEngineInitialize(String roomUuid, NERtcWrapper rtcWrapper)
RTC engine 完成初始化后回调 Unit
beforeRtcEngineRelease(String roomUuid, NERtcWrapper rtcWrapper)
RTC engine 销毁前回调 -
-
Method Detail
-
beforeRtcEngineInitialize
Unit beforeRtcEngineInitialize(String roomUuid, NERtcWrapper rtcWrapper)
RTC engine 初始化之前回调
- Parameters:
roomUuid
- 房间UUIDrtcWrapper
- RTC Wrapper 实例
-
afterRtcEngineInitialize
Unit afterRtcEngineInitialize(String roomUuid, NERtcWrapper rtcWrapper)
RTC engine 完成初始化后回调
- Parameters:
roomUuid
- 房间UUIDrtcWrapper
- RTC Wrapper 实例
-
beforeRtcEngineRelease
Unit beforeRtcEngineRelease(String roomUuid, NERtcWrapper rtcWrapper)
RTC engine 销毁前回调
- Parameters:
roomUuid
- 房间UUIDrtcWrapper
- RTC Wrapper 实例
-
-
-
-