Carlos Santos
|
333c7da5b2
|
backend: refactor RecordingService to use StorageProvider for listing objects and remove S3Service dependency
|
2025-05-30 11:06:48 +02:00 |
|
Carlos Santos
|
0fc8c203dd
|
backend: add getRecordingMetadataByPath method to StorageProvider and implement in S3StorageProvider and MeetStorageService
|
2025-05-29 16:19:27 +02:00 |
|
Carlos Santos
|
52ef54311a
|
backend: remove unused getMeetRecordingInfoFromMetadata method from RecordingService
|
2025-05-29 14:07:54 +02:00 |
|
Carlos Santos
|
37ed8003f5
|
backend: implement getRecordingMedia method in StorageProvider and S3StorageProvider, refactor RecordingService to use it
|
2025-05-29 14:07:29 +02:00 |
|
Carlos Santos
|
e4b77eb2f6
|
backend: add getObjectHeaders method to StorageProvider and implement in S3StorageProvider and MeetStorageService
|
2025-05-29 13:57:31 +02:00 |
|
Carlos Santos
|
5295d6326e
|
backend: implement deleteRecordingBinaryFilesByPaths method in StorageProvider and S3StorageProvider
|
2025-05-29 13:41:13 +02:00 |
|
Carlos Santos
|
2c03ecdd9a
|
backend: implement bulk deletion of recording metadata files in StorageProvider and S3StorageProvider
|
2025-05-29 13:29:42 +02:00 |
|
Carlos Santos
|
616222fb73
|
backend: implement deletion of archived room metadata in MeetStorageService and S3StorageProvider
|
2025-05-28 16:41:22 +02:00 |
|
Carlos Santos
|
325fb90550
|
backend: refactor recording metadata retrieval to use MeetStorageService and update StorageProvider interface
|
2025-05-28 16:11:12 +02:00 |
|
Carlos Santos
|
2e51681cd9
|
backend: refactor recording metadata handling to use MeetStorageService
|
2025-05-28 14:09:08 +02:00 |
|
Carlos Santos
|
b6ace8d4ad
|
backend: optimize webhook notification methods for asynchronous execution
|
2025-05-28 13:15:00 +02:00 |
|
Carlos Santos
|
b9a11dd45d
|
backend: enhance StorageProvider interface with recording metadata methods and type parameters
|
2025-05-28 11:56:41 +02:00 |
|
Carlos Santos
|
172e8edcfd
|
backend: update type parameters for storage interfaces and methods to improve clarity and consistency
|
2025-05-28 11:46:13 +02:00 |
|
Carlos Santos
|
2168279baf
|
backend: optimize room deletion logic in LivekitWebhookService for finished meetings
|
2025-05-26 18:42:14 +02:00 |
|
Carlos Santos
|
48c0133504
|
backend: enhance signal sending methods in RecordingService and RoomService with error handling and logging
|
2025-05-26 11:58:43 +02:00 |
|
juancarmore
|
c80b88fc67
|
backend: update participant permissions to disable recorder and prevent room creation for publishers
|
2025-05-20 16:55:19 +02:00 |
|
Carlos Santos
|
f7ce0152c1
|
backend: change default layout from 'speaker' to 'grid' in generateCompositeOptionsFromRequest method
|
2025-05-20 11:42:20 +02:00 |
|
juancarmore
|
5483004905
|
backend: improve error handling for participant retrieval in LiveKit service and validate room existence in participant deletion
|
2025-05-15 21:51:54 +02:00 |
|
juancarmore
|
3942dfa0af
|
backend: Update archived room metadata if exists when updating room preferences
|
2025-05-11 14:04:58 +02:00 |
|
juancarmore
|
d62added6e
|
backend: Implement updateArchivedRoomMetadata method
|
2025-05-11 14:03:55 +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
|
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
|
39b53f537d
|
backend: Refactor S3 service to use internal configuration for retry settings
|
2025-05-07 11:57:50 +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
|
8e0481c337
|
backend: Fixed typo
|
2025-05-06 17:23:06 +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
|
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
|
bebe0fc3f2
|
backend: Simplify room existence check in webhookEventBelongsToOpenViduMeet method
|
2025-05-06 13:01:33 +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
|
8357a54597
|
backend: Improve error handling and logging, and refactor code
|
2025-04-30 14:00:38 +02:00 |
|
Carlos Santos
|
7376f1dc04
|
backend: Refactor recording lock acquisition logic to prevent unnecessary cleanup on active recordings
|
2025-04-29 17:49:37 +02:00 |
|
Carlos Santos
|
1a13d3d98b
|
backend: Rename garbage collection methods for clarity and add tests for orphaned recording locks
|
2025-04-29 17:19:59 +02:00 |
|
Carlos Santos
|
bdddeb34c5
|
backend: Enhance recording media streaming with range support and error handling
|
2025-04-29 13:14:44 +02:00 |
|
juancarmore
|
66f2a10406
|
backend: Implement configureRecordingTokenAuth middleware and update room route
|
2025-04-28 12:20:38 +02:00 |
|
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 |
|