AgoraUser class
Data class of a user present in a channel.
Constructors
Properties
- clientRoleType → ClientRoleType
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- muted → bool
-
final
- remote → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uid ↔ int
-
getter/setter pair
- videoDisabled → bool
-
final
Methods
-
copyWith(
{int? uid, bool? remote, bool? muted, bool? videoDisabled, ClientRoleType? clientRoleType}) → AgoraUser -
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