ZegoLiveAudioRoomEndEvent class

Constructors

ZegoLiveAudioRoomEndEvent({required ZegoLiveAudioRoomEndReason reason, required bool isFromMinimizing, String? kickerUserID})

Properties

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
getter/setter pair
reason ZegoLiveAudioRoomEndReason
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