frontend: include 'roomId' and 'anonymous' fields in room data retrieval for lobby service
This commit is contained in:
parent
3f108cd161
commit
4ebbaa47ef
@ -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(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user