NECallEngineDelegate class

Callback listener container for call-related events.

Constructors

NECallEngineDelegate({void onReceiveInvited(NEInviteInfo info)?, void onCallEnd(NECallEndInfo info)?, void onCallConnected(NECallInfo info)?, void onCallTypeChange(NECallTypeChangeInfo info)?, void onVideoAvailable(bool available, String userID)?, void onVideoMuted(bool muted, String userID)?, void onAudioMuted(bool muted, String userID)?, void onLocalAudioMuted(bool muted)?, void onRtcInitEnd()?, void onNERtcEngineVirtualBackgroundSourceEnabled(bool enabled, int reason)?, void onAsrCaptionStateChanged(int asrState, int code, String message)?, void onAsrCaptionResult(List<NEAsrCaptionResult?> result)?})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
onAsrCaptionResult → void Function(List<NEAsrCaptionResult?> result)?
final
onAsrCaptionStateChanged → void Function(int asrState, int code, String message)?
final
onAudioMuted → void Function(bool muted, String userID)?
final
onCallConnected → void Function(NECallInfo info)?
final
onCallEnd → void Function(NECallEndInfo info)?
final
onCallTypeChange → void Function(NECallTypeChangeInfo info)?
final
onLocalAudioMuted → void Function(bool muted)?
final
onNERtcEngineVirtualBackgroundSourceEnabled → void Function(bool enabled, int reason)?
final
onReceiveInvited → void Function(NEInviteInfo info)?
final
onRtcInitEnd → void Function()?
final
onVideoAvailable → void Function(bool available, String userID)?
final
onVideoMuted → void Function(bool muted, String userID)?
final
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
toString() String
A string representation of this object.
inherited

Operators

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