name

@FlowObservable
@get:FlowObservable
var name: String?

The participant's name. To be used for user-facing purposes (i.e. when displayed in the UI).

Changes can be observed by using io.livekit.android.util.flow

A ParticipantEvent.NameChanged event is emitted from events whenever this changes.