ParticipantNameConfig class

Configuration for the participant's display name.

Constructors

ParticipantNameConfig.new({String? name, bool isEditable = true})
If name is provided inside ParticipantNameConfig and is non-empty, then the isEditable flag controls whether the user can modify it in the pre-join screen.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isEditable bool
Whether the participant can edit the name.
final
name String?
The default name to show on the pre-join screen.
final
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