47 Commits

Author SHA1 Message Date
juancarmore
13e9540b60 frontend: Fix expiration date calculation for room options 2025-03-13 15:09:00 +01:00
juancarmore
a692f8e37f backend: Implement participant token handling with cookie management and validation middleware 2025-03-13 15:04:59 +01:00
juancarmore
e9882c19dc backend: Refactor code to centralize cookie options handling in new utility function 2025-03-13 15:03:02 +01:00
Carlos Santos
b7453f3271 Updated room URLs to include 'room/' prefix for access links 2025-03-13 14:45:50 +01:00
Carlos Santos
5974f2417e backend: Sanitize room name prefix in room options generation 2025-03-13 14:42:18 +01:00
Carlos Santos
e3798295d4 frontend: Update expiration date comment for room creation options 2025-03-13 13:53:49 +01:00
Carlos Santos
0a8a0bb2fb frontend: Update routing to redirect to home component at root path 2025-03-13 13:53:42 +01:00
Carlos Santos
ac2e9a59f4 frontend: Add numParticipants to OpenViduMeetRoom and update room creation logic 2025-03-13 13:48:00 +01:00
Carlos Santos
e86a6e8ed6 frontend: Refactor room navigation logic to use publisherRoomUrl and simplify query parameter handling 2025-03-13 13:12:13 +01:00
Carlos Santos
fbb6e78653 frontend: remove unused StorageAppService and related credential handling in HomeComponent 2025-03-13 12:39:05 +01:00
Carlos Santos
b4ac4933bf frontend: Add session storage service and integrate moderator secret handling in room access validation 2025-03-13 12:38:08 +01:00
Carlos Santos
61f1efd021 frontend: Add prejoinDisplayParticipantName binding to video room component 2025-03-13 12:16:49 +01:00
Carlos Santos
8b1f6c1351 frontend: Update unauthorized error message for participant access 2025-03-13 12:15:55 +01:00
Carlos Santos
d4abcd26b6 frontend: Update openvidu-components-angular to version 3.2.0-dev9 2025-03-13 12:15:40 +01:00
Carlos Santos
99839da05e backend: Add unauthorized participant error handling in room service 2025-03-13 12:13:35 +01:00
Carlos Santos
b3329958d8 backend: Correct moderatorRoomUrl format by removing trailing slash 2025-03-13 12:13:16 +01:00
juancarmore
09b203a014 Correct directory name from 'types' to 'typings' in README and prepare script 2025-03-12 13:13:22 +01:00
Carlos Santos
48f71a41c3 docs: Update README to reflect new typings directory structure 2025-03-12 11:30:31 +01:00
Carlos Santos
2645455b50 Add testing application for OpenVidu Meet with room management and webhook handling 2025-03-12 11:29:16 +01:00
Carlos Santos
28f8a54b80 Updated workspace config 2025-03-12 11:27:28 +01:00
Carlos Santos
0351535d9e frontend: Update title to OpenVidu Meet 2025-03-12 09:06:20 +01:00
Carlos Santos
00b1d8be93 backend: Add fields query parameter to get rooms and room details endpoints 2025-03-11 18:35:42 +01:00
Carlos Santos
f7542c14e2 ci: Comment out integration test steps in workflow configuration 2025-03-11 17:52:08 +01:00
Carlos Santos
920673e7cd Updated Readme 2025-03-11 17:51:31 +01:00
Carlos Santos
7fbeed09fd types: Remove viewer role from ParticipantRole enum 2025-03-11 17:46:05 +01:00
Carlos Santos
3ddf7f0b7b types: Introduce typings for OpenVidu Meet application and update references 2025-03-11 17:45:36 +01:00
Carlos Santos
2fac36c740 Update README to clarify types synchronization between frontend and backend 2025-03-11 17:40:33 +01:00
Carlos Santos
4b14a7fb30 backend: Update nodemon configuration to include additional watch paths and restart events 2025-03-11 17:35:28 +01:00
Carlos Santos
d08ca1fd6b Remove viewer role and associated permissions from participant and room services 2025-03-11 17:34:51 +01:00
Carlos Santos
22ae25177d types: Remove commented-out code for adding autogenerated comments in sync-types.sh 2025-03-11 16:35:05 +01:00
Carlos Santos
e0cdb88d8c Add note about available environment variables in README 2025-03-11 16:21:35 +01:00
Carlos Santos
8fc19a9932 backend: Change default log level from verbose to info in environment configuration 2025-03-11 16:21:18 +01:00
Carlos Santos
0573a98109 backend: Update Dockerfile and create_image.sh for improved build process and dependency management 2025-03-11 16:18:41 +01:00
Carlos Santos
d713edcc28 Update README to clarify commands for building typings in frontend and backend 2025-03-11 16:17:54 +01:00
Carlos Santos
f2a7e80d76 backend: Simplify LoggerService configuration by consolidating transport setup 2025-03-11 16:17:40 +01:00
Carlos Santos
89b8b699ee backend: Refactor RedisService to use dependency injection for LoggerService 2025-03-11 16:17:10 +01:00
Carlos Santos
d0d4c90821 backend: Remove console log from S3Service constructor 2025-03-11 16:17:02 +01:00
Carlos Santos
d54e1496d4 backend: Update OpenAPI spec path resolution for production and development 2025-03-11 16:16:49 +01:00
Carlos Santos
18cec419d1 backend: Add uid package and update build scripts 2025-03-11 16:16:36 +01:00
Carlos Santos
0b4d4acf5a frontend: Add sync and build scripts for types and webcomponent 2025-03-11 16:15:58 +01:00
Carlos Santos
10a62e7de3 frontend: Rename package to openvidu-meet-webcomponent and update build script 2025-03-11 16:11:40 +01:00
Carlos Santos
84e5db7309 types: Update sync-types.sh to improve header management and file copying logic 2025-03-11 16:11:06 +01:00
Carlos Santos
ec8f930407 Update README for clarity and correct section numbering 2025-03-11 09:51:48 +01:00
Carlos Santos
985f7954f1 frontend: Add RecordingsComponent with initial template and test setup 2025-03-10 19:45:57 +01:00
Carlos Santos
a7a3abeb4d frontend: Refactor room preferences to rooms component and update routing 2025-03-10 19:44:57 +01:00
Carlos Santos
017b430bf1 Added source code 2025-03-10 19:25:11 +01:00
Carlos Santos
30107ed0f4
Initial commit 2025-03-10 17:19:23 +01:00