RongRTCEventHandler

public class RongRTCEventHandler

Constructors

Link copied to clipboard
public void RongRTCEventHandler(ICallEngineListener listener)

Functions

Link copied to clipboard
public void onFirstRemoteAudioFrame(String userId, String tag)
Link copied to clipboard
public void onFirstRemoteVideoFrame(String userId, String tag)
Link copied to clipboard
public void onKickedByServer()
Link copied to clipboard
public void onLeaveRoom(int reasonCode)
Link copied to clipboard
public void onPublishCDNStream(RCRTCCDNInputStream streams)
Link copied to clipboard
public void onPublishLiveStreams(List<RCRTCInputStream> streams)
Link copied to clipboard
public void onReceiveMessage(Message message)
Link copied to clipboard
public void onRemoteUserMuteAudio(RCRTCRemoteUser remoteUser, RCRTCInputStream stream, boolean mute)
Link copied to clipboard
public void onRemoteUserMuteVideo(RCRTCRemoteUser remoteUser, RCRTCInputStream stream, boolean mute)
远端用户打开或关闭发布的视频流。 例如用户开启或者关闭摄像头
Link copied to clipboard
public void onRemoteUserPublishResource(RCRTCRemoteUser remoteUser, List<RCRTCInputStream> publishResource)
Link copied to clipboard
public void onRemoteUserUnpublishResource(RCRTCRemoteUser remoteUser, List<RCRTCInputStream> unPublishResource)
Link copied to clipboard
public void onUnpublishCDNStream(RCRTCCDNInputStream streams)
Link copied to clipboard
public void onUnpublishLiveStreams(List<RCRTCInputStream> streams)
Link copied to clipboard
public void onUserJoined(RCRTCRemoteUser remoteUser)
Link copied to clipboard
public void onUserLeft(RCRTCRemoteUser remoteUser)
Link copied to clipboard
public void onUserOffline(RCRTCRemoteUser remoteUser)
Link copied to clipboard
public void onVideoTrackAdd(String userId, String tag)