ZegoCallEndReason enum

The default behavior is to return to the previous page.

If you override this callback, you must perform the page navigation yourself to return to the previous page!!! otherwise the user will remain on the current call page !!!!!

Inheritance

Constructors

ZegoCallEndReason()
const

Values

localHangUp → const ZegoCallEndReason

the call ended due to a local hang-up

remoteHangUp → const ZegoCallEndReason

the call ended when the remote user hung up, leaving only one local user in the call

kickOut → const ZegoCallEndReason

the call ended due to being kicked out

abandoned → const ZegoCallEndReason

Due to some reasons, the call is automatically hung up by local such as ZegoCallParticipantConfig.requiredParticipants is not in call

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<ZegoCallEndReason>
A constant List of the values in this enum, in order of their declaration.