ZegoCallEndEvent class

Constructors

ZegoCallEndEvent({required String callID, required ZegoCallEndReason reason, required bool isFromMinimizing, String? kickerUserID})

Properties

callID String
current call id
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isFromMinimizing bool
The isFromMinimizing it means that the user left the live streaming while it was in a minimized state.
getter/setter pair
kickerUserID String?
the user ID of who kick you out same user login if value is empty
getter/setter pair
reason ZegoCallEndReason
end reason
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.
override

Operators

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