MethodChannelRtcChannelEventSink class

Inheritance

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

addRtcChannelListener(NERtcChannelEventSink sink) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAudioHasHowling() → void
override
onAudioRecording(int code, String filePath) → void
override
onClientRoleChange(int oldRole, int newRole) → void
override
onConnectionStateChanged(int state, int reason) → void
override
onConnectionTypeChanged(int newConnectionType) → void
override
onDisconnect(int reason) → void
override
onError(int code) → void
override
onFirstAudioDataReceived(int uid) → void
override
onFirstAudioFrameDecoded(int uid) → void
override
onFirstVideoDataReceived(FirstVideoDataReceivedEvent event) → void
override
onFirstVideoFrameDecoded(FirstVideoFrameDecodedEvent event) → void
override
onJoinChannel(int result, int channelId, int elapsed, int uid) → void
override
onLastmileProbeResult(NERtcLastmileProbeResult result) → void
override
onLastmileQuality(int quality) → void
override
onLeaveChannel(int result) → void
override
onLiveStreamState(String taskId, String pushUrl, int liveState) → void
override
onLocalAudioVolumeIndication(int volume, bool vadFlag) → void
override
onLocalPublishFallbackToAudioOnly(bool isFallback, int streamType) → void
override
onLocalVideoWatermarkState(int videoStreamType, int state) → void
override
onMediaRelayReceiveEvent(int event, int code, String channelName) → void
override
onMediaRelayStatesChange(int state, String channelName) → void
override
onMediaRightChange(bool isAudioBannedByServer, bool isVideoBannedByServer) → void
override
onPermissionKeyWillExpire() → void
override
onReconnectingStart() → void
override
onRecvSEIMsg(int userID, String seiMsg) → void
override
onReJoinChannel(int result, int channelId) → void
override
onRemoteAudioVolumeIndication(RemoteAudioVolumeIndicationEvent event) → void
override
onRemoteSubscribeFallbackToAudioOnly(int uid, bool isFallback, int streamType) → void
override
onTakeSnapshotResult(int code, String path) → void
override
onUpdatePermissionKey(String key, int error, int timeout) → void
override
onUserAudioMute(int uid, bool muted) → void
override
onUserAudioStart(int uid) → void
override
onUserAudioStop(int uid) → void
override
onUserJoined(UserJoinedEvent event) → void
override
onUserLeave(UserLeaveEvent event) → void
override
onUserSubStreamAudioMute(int uid, bool muted) → void
override
onUserSubStreamAudioStart(int uid) → void
override
onUserSubStreamAudioStop(int uid) → void
override
onUserSubStreamVideoStart(int uid, int maxProfile) → void
override
onUserSubStreamVideoStop(int uid) → void
override
onUserVideoMute(UserVideoMuteEvent event) → void
override
onUserVideoStart(int uid, int maxProfile) → void
override
onUserVideoStop(int uid) → void
override
onVirtualBackgroundSourceEnabled(VirtualBackgroundSourceEnabledEvent event) → void
override
onWarning(int code) → void
override
removeRtcChannelListener(NERtcChannelEventSink sink) → void
toString() String
A string representation of this object.
inherited

Operators

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