ZegoLiveAudioRoomSeatAudienceEvents class

events about seat's audience

Constructors

ZegoLiveAudioRoomSeatAudienceEvents({VoidCallback? onTakingRequestFailed, VoidCallback? onTakingRequestRejected, VoidCallback? onTakingInvitationReceived})

Properties

hashCode int
The hash code for this object.
no setterinherited
onTakingInvitationReceived VoidCallback?
The audience has received a notification that the host has invited them to take a seat.
getter/setter pair
onTakingRequestFailed VoidCallback?
The audience has received a notification that the application to take a seat has failed. This is usually due to network issues or the host has logged out of the app and can no longer receive seat applications.
getter/setter pair
onTakingRequestRejected VoidCallback?
The audience received a notification that their request to take seats was declined by the host.
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