NERtcChannelEventCallback class

用户房间事件回调通知

Constructors

NERtcChannelEventCallback()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAudioHasHowling() → void
啸叫检测回调。
onAudioRecording(int code, String filePath) → void
音频录制状态回调 code 音频录制状态码。详细信息请参考 NERtcAudioRecordingCode
onClientRoleChange(int oldRole, int newRole) → void
直播场景下用户角色已切换回调。
onConnectionStateChanged(int state, int reason) → void
房间连接状态已改变回调。
onConnectionTypeChanged(int newConnectionType) → void
本地网络类型已改变回调
onDisconnect(int reason) → void
与服务器连接中断,可能原因包括:网络连接失败、服务器关闭该房间、用户被踢出房间等。
onError(int code) → void
发生错误回调
onFirstAudioDataReceived(int uid) → void
已接收到远端音频首帧的回调。 uid 远端用户 ID,指定是哪个用户的音频流。
onFirstAudioFrameDecoded(int uid) → void
已解码远端音频首帧的回调。
onFirstVideoDataReceived(int uid, int? streamType) → void
已显示远端视频首帧的回调。当远端视频的第一帧画面显示在视窗上时,会触发此回调。
onFirstVideoFrameDecoded(int uid, int width, int height, int? streamType) → void
已接收到远端视频首帧并完成解码的回调。
onJoinChannel(int result, int channelId, int elapsed, int uid) → void
加入房间回调,表示客户端已经登入服务器。
onLastmileProbeResult(NERtcLastmileProbeResult result) → void
通话前网络上下行 Last mile 质量探测报告回调。 该回调描述本地用户在加入房间前的 last mile 网络探测详细报告,报告中通过客观数据反馈上下行网络质量,包括网络抖动、丢包率等数据。您可以通过该回调客观预测本地用户在音视频通话中的网络状态。
onLastmileQuality(int quality) → void
通话前网络上下行 last mile 质量状态回调。 该回调描述本地用户在加入房间前的 last mile 网络探测的结果,以打分形式描述上下行网络质量的主观体验,您可以通过该回调预估本地用户在音视频通话中的网络体验。
onLeaveChannel(int result) → void
退出房间回调,App 调用 leaveChannel 方法后,SDK 提示 App 退出房间是否成功。
onLiveStreamState(String taskId, String pushUrl, int liveState) → void
推流状态已改变回调。
onLocalAudioVolumeIndication(int volume, bool vadFlag) → void
提示房间内本地用户瞬时音量的回调。
onLocalPublishFallbackToAudioOnly(bool isFallback, int streamType) → void
本地发布流已回退为音频流、或已恢复为音视频流回调。
onLocalVideoWatermarkState(int videoStreamType, int state) → void
本地视频水印生效结果回调
onMediaRelayReceiveEvent(int event, int code, String channelName) → void
媒体流相关转发事件回调
onMediaRelayStatesChange(int state, String channelName) → void
跨房间媒体流转发状态发生改变回调
onMediaRightChange(bool isAudioBannedByServer, bool isVideoBannedByServer) → void
服务端禁言音视频权限变化回调
onPermissionKeyWillExpire() → void
权限密钥即将过期事件回调
onReconnectingStart() → void
重连开始回调
onRecvSEIMsg(int userID, String seiMsg) → void
收到远端流的 SEI 内容回调。
onReJoinChannel(int result, int channelId) → void
重新加入房间回调。
onRemoteAudioVolumeIndication(List<NERtcAudioVolumeInfo> volumeList, int totalVolume) → void
提示房间内谁正在说话及说话者瞬时音量的回调。
onRemoteSubscribeFallbackToAudioOnly(int uid, bool isFallback, int streamType) → void
订阅的远端流已回退为音频流、或已恢复为音视频流回调。
onTakeSnapshotResult(int code, String path) → void
截图结果回调
onUpdatePermissionKey(String key, int error, int timeout) → void
更新权限密钥事件回调。
onUserAudioMute(int uid, bool muted) → void
远端用户暂停或恢复发送音频流的回调。
onUserAudioStart(int uid) → void
远端用户开启音频回调。
onUserAudioStop(int uid) → void
远端用户关闭音频回调。
onUserJoined(int uid, NERtcUserJoinExtraInfo? joinExtraInfo) → void
远端用户加入房间的事件回调。
onUserLeave(int uid, int reason, NERtcUserLeaveExtraInfo? leaveExtraInfo) → void
远端用户离开房间的事件回调。
onUserSubStreamAudioMute(int uid, bool muted) → void
远端用户暂停或恢复发送音频辅流的回调。
onUserSubStreamAudioStart(int uid) → void
远端用户开启音频辅流回调
onUserSubStreamAudioStop(int uid) → void
远端用户停用音频辅流回调
onUserSubStreamVideoStart(int uid, int maxProfile) → void
远端用户开启屏幕共享辅流通道的回调。
onUserSubStreamVideoStop(int uid) → void
远端用户停止屏幕共享辅流通道的回调。
onUserVideoMute(int uid, bool muted, int? streamType) → void
远端用户是否关闭视频的发送
onUserVideoStart(int uid, int maxProfile) → void
远端用户开启视频功能。启用后,用户可以进行视频通话或直播。
onUserVideoStop(int uid) → void
远端用户关闭视频功能。关闭后,用户只能进行语音通话或者直播。
onVirtualBackgroundSourceEnabled(bool enabled, int reason) → void
通知虚拟背景是否成功开启的回调
onWarning(int code) → void
发生警告回调
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited