ChatCallEvent class abstract
Event happening in a ChatCall.
- Implementers
- EventChatCallAnswerTimeoutPassed
- EventChatCallConversationStarted
- EventChatCallDeclined
- EventChatCallFinished
- EventChatCallHandLowered
- EventChatCallHandRaised
- EventChatCallMemberJoined
- EventChatCallMemberLeft
- EventChatCallMemberRedialed
- EventChatCallMemberUndialed
- EventChatCallMoved
- EventChatCallRoomReady
Constructors
- ChatCallEvent(ChatItemId callId, ChatId chatId, PreciseDateTime at)
-
const
Properties
- at → PreciseDateTime
-
PreciseDateTime when this ChatCallEvent happened.
final
- callId → ChatItemId
-
ID of the ChatCall this ChatCallEvent is related to.
final
- chatId → ChatId
-
ID of the Chat this ChatCallEvent is happened in.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind → ChatCallEventKind
-
ChatCallEventKind of this event.
no setter
- 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