EntitiesSelfParticipantname$Copy page|View as Markdown|Open in Claude|More actions1get name$(): Observable<string | undefined> Observable of the participant’s display name. Inherited from Participant.name$ name 1get name(): string | undefined Display name of this participant. Inherited from Participant.name Examples 1selfParticipant.name$.subscribe((name) => {2 console.log('name:', name);3});