NECallEngineDelegate class

回调监听器接口

Constructors

NECallEngineDelegate.new({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 onRecordSend(NERecordConfig config)?, void onNERtcEngineVirtualBackgroundSourceEnabled(bool enabled, int reason)?})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
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
onRecordSend → void Function(NERecordConfig config)?
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