Use Listener label for audio room attendees in the live UI.
Deploy Ladill Meet / deploy (push) Successful in 53s
Deploy Ladill Meet / deploy (push) Successful in 53s
Matches Twitter Spaces terminology on speaker tiles and in the People panel. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -997,7 +997,7 @@ function meetRoom() {
|
||||
host: 'Host',
|
||||
co_host: 'Co-host',
|
||||
panelist: 'Speaker',
|
||||
attendee: 'Attendee',
|
||||
attendee: 'Listener',
|
||||
}[role] || '';
|
||||
},
|
||||
|
||||
@@ -1467,8 +1467,8 @@ function meetRoom() {
|
||||
const labels = {
|
||||
host: 'Host',
|
||||
co_host: 'Co-host',
|
||||
panelist: 'Panelist',
|
||||
attendee: 'Attendee',
|
||||
panelist: this.isSpace ? 'Speaker' : 'Panelist',
|
||||
attendee: this.isSpace ? 'Listener' : 'Attendee',
|
||||
guest: 'Guest',
|
||||
participant: 'Participant',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user