- Updated the MeetRoom interface to replace anonymous access configuration with a unified access configuration. - Refactored RoomService to handle access configuration for both anonymous and registered users. - Modified tests to reflect changes in access configuration structure. - Updated frontend components to use the new access configuration for meeting URLs and permissions. - Ensured backward compatibility by adjusting API endpoints and request/response types.
14 lines
372 B
YAML
14 lines
372 B
YAML
name: X-Fields
|
|
in: header
|
|
description: >
|
|
Comma-separated list of **Room** fields to include in the response.
|
|
Use this header to request only the data you need, reducing payload size and improving performance.
|
|
|
|
required: false
|
|
schema:
|
|
type: string
|
|
examples:
|
|
basic:
|
|
value: 'roomId,roomName,status'
|
|
summary: Only return basic room information
|