Carlos Santos 8aa1bbc64b Refactor storage service and interfaces for improved separation of concerns
- Updated StorageFactory to create basic storage providers and key builders.
- Simplified StorageProvider interface to focus on basic CRUD operations.
- Enhanced MeetStorageService to handle domain-specific logic while delegating storage operations.
- Implemented Redis caching for room data to improve performance.
- Added error handling and logging improvements throughout the service.
- Removed deprecated methods and streamlined object retrieval processes.
refactor: update storage service and interfaces to include user key handling and improve initialization logic

refactor: update beforeAll hooks in recording tests to clear rooms and recordings

refactor: optimize integration recordings test command

Revert "refactor: optimize integration recordings test command"

This reverts commit d517a44fa282b91613f8c55130916c2af5f07267.

refactor: enhance Redis cache storage operations

refactor: streamline test setup and teardown for security and recordings APIs
2025-06-04 11:14:04 +02:00
..

@types/openvidu-meet

This library contains common types used by the OpenVidu Meet application. It is a shared library that is used by both the frontend and backend of the application.

Build

To build the library, run the following command:

npm install
npm run build

Serve

For developing purposes, you can serve the library for actively watching changes. To do so, run the following command:

npm run serve

Sync with OpenVidu Meet

To apply changes from this library to the OpenVidu Meet application, run the following command:

npm run sync-ce