participantNameConfig property

ParticipantNameConfig? participantNameConfig
final

Optional configuration for participant name behavior.

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.

If name is not provided or is empty, the name field will always be editable.

Implementation

final ParticipantNameConfig? participantNameConfig;