juancarmore 8a8951c120 frontend: update participant moderation controls and badge handling in meeting component
Refactors participant moderation and badge display logic

Unifies participant badge handling to support multiple roles (owner, admin, moderator) and updates control visibility based on user permissions. Simplifies template context, centralizes moderation action checks, and refines role change logic for better maintainability and scalability of participant controls.
2026-03-06 11:44:39 +01:00
..
2026-03-02 12:24:45 +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-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