CallKitEventSink class abstract

Constructors

CallKitEventSink()

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
onAsrCaptionResult(List<NERtcAsrCaptionResult?> result) → void
onAsrCaptionStateChanged(int asrState, int code, String message) → void
onAudioMuted(bool muted, String userID) → void
onCallConnected(CallInfo info) → void
onCallEnd(CallEndInfo info) → void
onCallTypeChange(CallTypeChangeInfo info) → void
onLCKAccept(CallResponse response) → void
onLCKHangup(SimpleResponse response) → void
onLocalAudioMuted(bool muted) → void
onNERtcEngineVirtualBackgroundSourceEnabled(bool enabled, int reason) → void
onReceiveInvited(InviteInfo info) → void
onRecordSend(RecordConfig config) → void
onRtcInitEnd() → void
onVideoAvailable(bool available, String userID) → void
onVideoMuted(bool muted, String userID) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

setup(CallKitEventSink? api, {BinaryMessenger? binaryMessenger}) → void

Constants

codec → const MessageCodec<Object?>