104 Commits

Author SHA1 Message Date
Carlos Santos
0991962554 backend: Remove unnecessary cleanup timer cancellation in stopRecording method 2025-04-25 15:10:06 +02:00
juancarmore
576b1f7d98 backend: Implement recording token generation and update room preferences handling 2025-04-25 11:49:03 +02:00
Carlos Santos
51ed2faa12 backend: Enhance recording deletion logic and update associated room metadata location directory 2025-04-25 10:36:56 +02:00
juancarmore
5e11be08b4 backend: Reorganize imports 2025-04-24 14:59:46 +02:00
juancarmore
7135270b8a Refactor code to use ParticipantOptions instead of TokenOptions 2025-04-24 12:26:07 +02:00
juancarmore
2a02d1befd backend: Refactor dependency injection and service exports for improved organization 2025-04-24 12:22:27 +02:00
Carlos Santos
9897436df2 backend: update recording start method for improving its clarity and avoding race conditions receiving events 2025-04-24 11:48:38 +02:00
Carlos Santos
7a8f3fbe69 backend: refactor recording start process and add room validation checks 2025-04-24 11:43:05 +02:00
juancarmore
9059780382 backend: Move participant token generation logic from LiveKitService to TokenService and refactor code 2025-04-24 11:21:31 +02:00
Carlos Santos
32c0c9d242 backend: Implement room metadata archiving and retrieval in storage service 2025-04-22 13:42:32 +02:00
Carlos Santos
c33ee7218b backend: Saved recording preferences into the room_metadata json file 2025-04-22 13:03:03 +02:00
Carlos Santos
47350f1b10 backend: Refactor recording timeout handling by extracting timeout registration into a separate method 2025-04-22 11:13:30 +02:00
Carlos Santos
74d1b542b6 backend: Refactor recording timeout handling to properly register and unregister event listeners 2025-04-21 17:32:31 +02:00
Carlos Santos
9d42242ba0 backend: Updated recording status when a starting timeout occurs 2025-04-21 16:18:28 +02:00
Carlos Santos
b7b9f9b1c0 backend: Enhance logging format to include metadata for improved context 2025-04-21 14:38:15 +02:00
Carlos Santos
d596e78a46 backend: Refactor recording deletion logic to use Sets for improved performance 2025-04-21 14:04:33 +02:00
Carlos Santos
1ebc45a54f backend: Enhance bulk deletion logic for recordings and improve secrets file handling 2025-04-21 13:47:49 +02:00
Carlos Santos
0e9d050bcb backend: Update recording path extraction to include S3 prefix and fix typo 2025-04-21 11:49:25 +02:00
Carlos Santos
524460e06a backend: Rename setPrivateConfig to setInternalConfig for clarity; add errorRecordingStartTimeout for handling timeout scenarios 2025-04-16 11:09:55 +02:00
Carlos Santos
dbef4f6e21 backend: Add CRON_JOB_MIN_LOCK_TTL to internal config and use it in task scheduler 2025-04-15 11:15:06 +02:00
Carlos Santos
cdc55d25ba backend: Add logging for room deletion process and mark rooms for deletion 2025-04-15 11:14:39 +02:00
Carlos Santos
c3fa764534 backend: Refactor bulkDeleteRooms to improve response handling and update sanitization logic 2025-04-14 17:57:18 +02:00
juancarmore
0e580e6257 backend: Add error handling for invalid room secrets and update related service logic 2025-04-14 11:32:35 +02:00
juancarmore
cc2dc83401 backend: Rename getRoomSecretRole to getRoomRoleBySecret and update related calls 2025-04-12 13:45:34 +02:00
Carlos Santos
58dcd83229 backend: Centralize configuration values in internal-config module 2025-04-11 17:13:05 +02:00
Carlos Santos
44ce0ce2af backend: Fix ContinuationToken handling in S3Service to avoid passing 'undefined' as a string 2025-04-10 17:37:10 +02:00
Carlos Santos
3731d648fc backend: Update ContinuationToken handling in S3Service to use undefined when not provided 2025-04-10 16:43:19 +02:00
Carlos Santos
a0b7d42002 backend: Enhance recording service to support field filtering in getRecording and getAllRecordings methods 2025-04-10 13:12:26 +02:00
Carlos Santos
18e0fe6a64 backend: Comment out departureTimeout and add notes regarding LiveKit bug 2025-04-10 12:42:28 +02:00
Carlos Santos
7b443ca8d3 backend: Remove deleteObject method from S3Service and update S3StorageProvider to use deleteObjects 2025-04-10 12:30:33 +02:00
Carlos Santos
d0926ae76e backend: Remove unused S3 service methods and clean up code 2025-04-10 12:29:36 +02:00
Carlos Santos
894e6a8f94 backend: Improve participant check in recording service before starting recording 2025-04-10 12:27:33 +02:00
Carlos Santos
85e65d76b3 backend: Exclude secrets.json from metadata retrieval in recording service 2025-04-10 12:27:09 +02:00
Carlos Santos
4c5f53261c backend: Refactor webhook service to streamline recording started logic and rename saveRoomSecrets method 2025-04-10 12:26:30 +02:00
Carlos Santos
dbce119f5a backend: Enhance recording cleanup by adding secrets.json file deletion logic 2025-04-10 11:34:24 +02:00
Carlos Santos
5345963628 backend: Saved room secrets under recording directory when they do not exist 2025-04-10 11:33:38 +02:00
Carlos Santos
ba29d93eab backend: Adjust departureTimeout to seconds and comment out emptyTimeout for LiveKit bug fix 2025-04-09 14:34:32 +02:00
Carlos Santos
db84194670 backend: Improve logging for expired room deletion to only log messages when actions are performed 2025-04-09 12:27:58 +02:00
Carlos Santos
913aa44278 backend: Refactored room GC using bulk delete rooom method for gracefully delete the expired rooms 2025-04-09 12:22:27 +02:00
Carlos Santos
ac12841418 backend: Enhance room deletion functionality with force delete option and improved response handling 2025-04-09 12:06:19 +02:00
Carlos Santos
84d68ba31b backend: Rename expirationDate to autoDeletionDate in room-related files for consistency 2025-04-08 18:35:41 +02:00
Carlos Santos
8bf3c51125 backend: Add error handling for Redis connection in TaskSchedulerService and SystemEventService 2025-04-08 11:18:57 +02:00
Carlos Santos
1747c138b4 backend: Simplify lock duration calculation in TaskSchedulerService and remove unused cron interval method 2025-04-08 09:54:33 +02:00
Carlos Santos
f64f200e88 backend: Remove room garbage collector and related cleanup timers from TaskSchedulerService 2025-04-08 09:54:15 +02:00
Carlos Santos
404d21b8d5 backend: Refactor room deletion methods to handle multiple rooms and improve logging 2025-04-07 20:41:39 +02:00
Carlos Santos
814f75c4a1 backend: Remove room preferences controller and related methods from storage service 2025-04-07 20:41:39 +02:00
Carlos Santos
a17bcd5771 backend: Add error handling for starting recordings when no participants are present 2025-04-07 20:41:39 +02:00
Carlos Santos
30ee4dfbca backend: Refactor MeetStorageService to initialize global preferences with locking mechanism 2025-04-07 20:41:39 +02:00
Carlos Santos
92ef26f58c backend: Rename S3 storage references and update method names for consistency 2025-04-07 20:41:39 +02:00
Carlos Santos
2c65ec1da8 backend: Refactor storage service operations with global preferences 2025-04-07 20:41:39 +02:00