Updates the room API to use `extraFields` instead of `expand` for including additional data in responses. This change improves clarity and consistency in the API design. It also simplifies the filtering logic by explicitly differentiating between base fields (controlled by `fields`) and extra fields (controlled by `extraFields`). The changes include: - Renaming the query parameter and header - Updating the validation schemas - Adjusting the filtering logic in the controller and service layers - Updating the frontend components and services
Openvidu Meet Frontend
This is the frontend of OpenVidu Meet. It is a Angular application that uses Angular Material as UI library.
How to run
For running the frontend you need to have installed Node.js. Then, you can run the following commands:
pnpm install
start:dev
This will start the frontend in development mode. The server will listen on port 5080.
How to build
For building the frontend you can run the following command:
pnpm install
pnpm run build:prod