ZegoLiveAudioRoomControllerSeatAudienceImpl class

APIs of audience

Properties

hashCode int
The hash code for this object.
no setterinherited
private → ZegoLiveAudioRoomControllerSeatRolePrivateImpl
Don't call that
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

acceptTakingInvitation({required BuildContext context, bool rootNavigator = false}) Future<bool>
Accept the seat invitation from the host. The context parameter represents the Flutter context object.
applyToTake() Future<bool>
The audience actively requests to occupy a seat.
cancelTakingRequest() Future<bool>
The audience cancels the request to occupy a seat.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
take(int index, {bool isForce = false}) Future<bool>
Assigns the audience to the seat with the specified index, where the index represents the seat number starting from 0.
toString() String
A string representation of this object.
inherited

Operators

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