frontend: include 'roomId' and 'anonymous' fields in room data retrieval for lobby service

This commit is contained in:
juancarmore 2026-02-12 19:05:50 +01:00
parent 3f108cd161
commit 4ebbaa47ef

View File

@ -156,7 +156,7 @@ export class MeetingLobbyService {
const [room] = await Promise.all([
this.roomService.getRoom(roomId, {
fields: ['roomName', 'status', 'config', 'accessUrl'],
fields: ['roomId', 'roomName', 'status', 'config', 'accessUrl', 'anonymous'],
expand: ['config']
}),
this.setBackButtonText(),