9 Commits

Author SHA1 Message Date
juancarmore
686af46102 Refactor webcomponent events to use camelCase and enums to use snake_case naming conventions 2025-09-09 20:01:48 +02:00
juancarmore
a0e23cd4a7 Remove MEETING_ENDED event and always send LEFT event with proper reason 2025-07-19 20:00:07 +02:00
juancarmore
30af786b62 testapp: rename JOIN event to JOINED and add CLOSED event listener 2025-07-19 00:16:28 +02:00
juancarmore
2b7466c6e3 testapp: add kick participant functionality and fix view recordings link
- Enhanced the web component to include a kick participant feature.
- Updated the UI to allow moderators to input participant identity for kicking.
- Modified the room controller to handle the new kick participant request.
- Refactored code for better readability and maintainability across various services and controllers.
- Updated the index.mustache and room.mustache templates to reflect changes in functionality.
2025-07-08 23:57:04 +02:00
Carlos Santos
b25b80fc6e test: mark moderator join event test as only for focused execution
testapp: ensure roomId is defined before rendering stored webhook events

testapp: correct build script to include build:client step

ci: reduce log retention days from 7 to 2 for various artifacts

test: remove 'only' from moderator join event test for full execution

testapp: correct build script order in package.json for proper execution

frontend: update openvidu-components-angular to version 3.2.0-dev17 in package.json and package-lock.json

webcomponent: remove unnecessary comment from playwright configuration file
2025-05-14 17:39:46 +02:00
Carlos Santos
0b5462a569 testapp: change event log insertion to prepend new events 2025-05-14 13:58:05 +02:00
Carlos Santos
8993cab2e8 testapp: enhance webhook event handling 2025-05-13 13:12:51 +02:00
Carlos Santos
6a8bae5dec testapp: enhance webhook event handling and storage; update room ID handling in forms 2025-05-12 12:57:33 +02:00
Carlos Santos
654d082e9c testapp: Updated testapp 2025-05-09 16:40:38 +02:00