476 Commits

Author SHA1 Message Date
Carlos Santos
654d082e9c testapp: Updated testapp 2025-05-09 16:40:38 +02:00
Carlos Santos
a0964aa4ca testapp: delete home.ts and videoRoom.ts files 2025-05-09 16:40:04 +02:00
Carlos Santos
cde60eca82 webcomponent: change enums from const to regular export for WebComponentCommand and WebComponentEvent 2025-05-09 13:00:11 +02:00
Carlos Santos
7d0059feac webcomponent: update build script and adjust Rollup config to conditionally include comments 2025-05-08 17:26:06 +02:00
Carlos Santos
f893aaab19 webcomponent: add event handling methods and extend event payloads in OpenViduMeet component 2025-05-08 17:25:49 +02:00
Carlos Santos
4baa1c124f frontend: update openvidu-components-angular to version 3.2.0-dev12 and add reason to participant left event 2025-05-08 17:24:22 +02:00
Carlos Santos
468278d9d1 ci: add backend and webcomponent integration test workflows 2025-05-08 16:12:45 +02:00
Carlos Santos
c60d0ad235 test: refactor and expand unit tests for OpenViduMeet component, add style mock 2025-05-08 16:05:31 +02:00
Carlos Santos
3a9f3c507d webcomponent: integrate PostCSS with Rollup and add error handling in OpenViduMeet component
- Added rollup-plugin-postcss to handle CSS imports in the project.
- Updated rollup.config.js to include PostCSS plugin for CSS injection and minification.
- Created a new styles.css file for component styling.
- Enhanced OpenViduMeet component to manage iframe loading states and display error messages.
- Implemented cleanup method in EventsManager to remove event listeners.
- Added TypeScript declaration for CSS module imports.
2025-05-08 16:05:07 +02:00
Carlos Santos
347d9472e0 testapp: Improve testsapp using Typescript 2025-05-08 12:52:34 +02:00
Carlos Santos
d4f3b48082 ci: Update cleanup action to ensure steps continue on error 2025-05-08 12:21:11 +02:00
Carlos Santos
8b89a72754 ci: Add GitHub Actions workflow for unit tests 2025-05-08 12:14:00 +02:00
Carlos Santos
23da76806d backend: Add unit test command and update token service to use VideoGrant type 2025-05-08 12:10:59 +02:00
Carlos Santos
ae43b582c4 typings: Define TrackSource enum and VideoGrant interface for LiveKit permissions for avoiding import 3rd library 2025-05-08 12:07:00 +02:00
Carlos Santos
41f8822567 test: Add type checks for LiveKitPermissions and VideoGrant interfaces 2025-05-08 12:06:15 +02:00
Carlos Santos
704bb4d9d5 frontend: Change enums to const enums for WebComponent commands and events 2025-05-08 12:04:56 +02:00
Carlos Santos
326ee174c6 frontend: Improve webcomponent event and command types 2025-05-07 16:51:13 +02:00
Carlos Santos
e75b21fa49 backend: Refactor room finished and recording webhook handling for improved clarity and error logging 2025-05-07 14:25:39 +02:00
Carlos Santos
e2b9fcd532 backend: Enhance webhook events creator checking 2025-05-07 14:25:22 +02:00
Carlos Santos
185d6e9def tests: Enhance race conditions tests for recording API with additional consistency checks 2025-05-07 13:00:48 +02:00
Carlos Santos
d85bda282e tests: Add API tests for webhook preferences 2025-05-07 12:36:45 +02:00
Carlos Santos
4cb9452ac1 backend: Update webhook preferences handling and validation logic 2025-05-07 12:36:09 +02:00
Carlos Santos
39b53f537d backend: Refactor S3 service to use internal configuration for retry settings 2025-05-07 11:57:50 +02:00
Carlos Santos
a5024fccf2 tests: Enhance room deletion tests with custom MEETING_DEPARTURE_TIMEOUT and LiveKit room creation 2025-05-07 11:39:32 +02:00
Carlos Santos
ecb50ec0e9 backend: Update room service to utilize MEETING_EMPTY_TIMEOUT and MEETING_DEPARTURE_TIMEOUT for LiveKit room options 2025-05-07 11:26:50 +02:00
Carlos Santos
710b2c0659 backend: Enhance OpenVidu Meet cleanup action with improved status reporting and error handling 2025-05-07 10:59:00 +02:00
Carlos Santos
6ab702e571 backend: Add Global Preferences API Tests workflow to integration tests 2025-05-07 10:45:10 +02:00
Carlos Santos
3c4b373861 backend: Add appearance preferences API tests and helper functions 2025-05-07 10:43:44 +02:00
Carlos Santos
9a8da3e6fe backend: Refactor cleanup action to move OpenVidu Meet directory removal step 2025-05-07 10:28:32 +02:00
Carlos Santos
72981f84be backend: Remove pre-cleanup step for problematic directories in integration tests and add cleanup of OpenVidu Meet directory 2025-05-06 18:37:29 +02:00
Carlos Santos
629d2093b8 backend: Add pre-cleanup step for problematic directories in integration tests 2025-05-06 18:28:32 +02:00
Carlos Santos
12223ab43c backend: Add cleanup action and integrate it into the CI workflow
backend: Updated action extension file to yml

backend: Update cleanup action path in integration tests

backend: Add cleanup action and update integration tests to use it

backend: Refactor integration tests to consistently checkout OpenVidu Meet
2025-05-06 18:16:03 +02:00
Carlos Santos
b12e1247c3 backend: Update webhook preferences to make URL optional 2025-05-06 17:26:17 +02:00
Carlos Santos
8e0481c337 backend: Fixed typo 2025-05-06 17:23:06 +02:00
Carlos Santos
9d4452dddf backend: Add webhook integration tests and update CI workflow for webhooks 2025-05-06 17:20:58 +02:00
Carlos Santos
09ba892d95 backend: Remove createdBy field from rom metadata and related code 2025-05-06 17:17:22 +02:00
Carlos Santos
bcb8c82e59 backend: Add webhook integration tests; implement webhook server setup and preferences management 2025-05-06 17:14:09 +02:00
Carlos Santos
7167cb4445 backend: Update webhook preferences handling and validation; ensure URL is optional and required when enabled 2025-05-06 17:13:00 +02:00
Carlos Santos
4344ed8c0c backend: Change logging level from verbose to info for received webhook events 2025-05-06 13:02:02 +02:00
Carlos Santos
f1a0a5c0bb backend: Enhance logging for webhook configuration in logEnvVars function 2025-05-06 13:01:45 +02:00
Carlos Santos
bebe0fc3f2 backend: Simplify room existence check in webhookEventBelongsToOpenViduMeet method 2025-05-06 13:01:33 +02:00
Carlos Santos
b613bcb53d backend: Standardize webhook parameter names and descriptions; implement schemas for webhook events 2025-05-05 18:24:29 +02:00
Carlos Santos
bbbb7fc0c1 backend: Add handling for room started event and refactor room finished webhook logic 2025-05-05 17:43:52 +02:00
Carlos Santos
4983729c1d backend: Change private methods to protected in OpenViduWebhookService for better accessibility 2025-05-05 17:18:57 +02:00
juancarmore
5671d58f1f tests: Add setupSingleRoomWithRecording function and refactor recording security tests 2025-05-05 16:39:17 +02:00
juancarmore
46bd1bcca8 tests: Refactor security tests to use setupSingleRoom for room data management 2025-05-05 14:38:56 +02:00
juancarmore
e6173e1748 tests: Refactor validation error checks in authentication tests to use expectValidationError helper 2025-05-05 14:38:21 +02:00
juancarmore
d42b9b0329 tests: Remove unnecessary parameter from setupMultiRecordingsTestContext calls in recording tests 2025-05-05 14:38:06 +02:00
juancarmore
e90fac28b5 tests: Add setupSingleRoom function in test-scenarios.ts and refactor code 2025-05-05 14:37:11 +02:00
juancarmore
78f6d7d8cc tests: Refactor expectValidationError to use consistent parameter naming 2025-05-05 14:35:58 +02:00