TUICallingListener class

Constructors

TUICallingListener({OnInvited? onInvited, OnLineBusy? onLineBusy, OnCallEnd? onCallEnd, OnGroupCallInviteeListUpdate? onGroupCallInviteeListUpdate, OnCallingCancel? onCallingCancel, OnCallingTimeout? onCallingTimeout, OnKickedOffline? onKickedOffline, OnNoResp? onNoResp, OnReject? onReject, OnUserVoiceVolume? onUserVoiceVolume, OnUserAudioAvailable? onUserAudioAvailable, OnUserVideoAvailable? onUserVideoAvailable, OnEnterRoom? onEnterRoom, OnWarning? onWarning, OnUserEnter? onUserEnter, OnError? onError, OnUserLeave? onUserLeave, OnAccept? onAccept})

Properties

hashCode int
The hash code for this object.
no setterinherited
onAccept OnAccept
getter/setter pair
onCallEnd OnCallEnd
getter/setter pair
onCallingCancel OnCallingCancel
getter/setter pair
onCallingTimeout OnCallingTimeout
getter/setter pair
onEnterRoom OnEnterRoom
getter/setter pair
onError OnError
getter/setter pair
onGroupCallInviteeListUpdate OnGroupCallInviteeListUpdate
getter/setter pair
onInvited OnInvited
getter/setter pair
onKickedOffline OnKickedOffline
getter/setter pair
onLineBusy OnLineBusy
getter/setter pair
onNoResp OnNoResp
getter/setter pair
onReject OnReject
getter/setter pair
onUserAudioAvailable OnUserAudioAvailable
getter/setter pair
onUserEnter OnUserEnter
getter/setter pair
onUserLeave OnUserLeave
getter/setter pair
onUserVideoAvailable OnUserVideoAvailable
getter/setter pair
onUserVoiceVolume OnUserVoiceVolume
getter/setter pair
onWarning OnWarning
getter/setter pair
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