RTCExtension Module
RTC extension module interface.
Implement this interface and register via RTCBridge.registerExtensionModule to receive SDK lifecycle callbacks and message routing.
This interface is for internal RTC module use only. External developers should not call this directly.
Functions
Link copied to clipboard
Returns all signaling (command) message types added by this module.
Link copied to clipboard
Returns all message types added by this module (including signaling messages).
Link copied to clipboard
Connection status change callback.
Link copied to clipboard
User disconnect callback.
Link copied to clipboard
public abstract Boolean onReceiveMessage(RTCMessage message, Integer left, Boolean offline, Integer cmdLeft)
Message receive callback.
Link copied to clipboard
Hardware resource request callback.
Link copied to clipboard
Internal service connected callback.