EntitiesParticipantname$Copy page|View as Markdown|Open in Claude|More actionsget name$(): Observable<string | undefined> Observable of the participant’s display name. name get name(): string | undefined Display name of this participant. Examples participant.name$.subscribe((name) => { console.log('name:', name);});