NECallEngineDelegate constructor
const
NECallEngineDelegate({
- void onReceiveInvited(
- NEInviteInfo info
- void onCallEnd(
- NECallEndInfo info
- void onCallConnected(
- NECallInfo info
- void onLCKAccept(
- NELCKAcceptResult result
- void onLCKHangup(
- NELCKHangupResult result
- void onCallTypeChange(
- NECallTypeChangeInfo info
- void onVideoAvailable()?,
- void onVideoMuted()?,
- void onAudioMuted()?,
- void onLocalAudioMuted(
- bool muted
- void onRtcInitEnd()?,
- void onNERtcEngineVirtualBackgroundSourceEnabled()?,
- void onAsrCaptionStateChanged()?,
- void onAsrCaptionResult(
- List<
NEAsrCaptionResult?> result
- List<
Implementation
const NECallEngineDelegate({
this.onReceiveInvited,
this.onCallEnd,
this.onCallConnected,
this.onLCKAccept,
this.onLCKHangup,
this.onCallTypeChange,
this.onVideoAvailable,
this.onVideoMuted,
this.onAudioMuted,
this.onLocalAudioMuted,
this.onRtcInitEnd,
this.onNERtcEngineVirtualBackgroundSourceEnabled,
this.onAsrCaptionStateChanged,
this.onAsrCaptionResult,
});