CSantosM 3f91e281b3 frontend: Controls captions button based on admin config
Updates the captions button to respect the global admin configuration.

The button now displays a disabled state and tooltip when captions are disabled globally, preventing users from toggling them.

The UI is updated to show disabled state and a specific subtitle off icon,
reflecting whether captions are enabled at the system level.
2026-01-28 16:27:30 +01:00
..
2025-10-15 17:42:04 +02:00
2025-10-15 17:42:04 +02:00
2025-10-15 17:42:04 +02:00
2025-10-15 17:42:04 +02:00
2025-10-15 17:42:04 +02:00
2025-12-29 13:11:46 +01:00
2025-10-15 17:42:04 +02:00
2025-10-15 17:42:04 +02:00

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