openvidu/openvidu-components-angular
Carlos Santos 76c957903f ov-components: Refactors config service to use RxJS Subjects
Updates the configuration service to use RxJS BehaviorSubjects and Observables for managing configuration values.

This change improves the reactivity and maintainability of the configuration system by providing a consistent and type-safe way to manage application settings.

Specifically, it introduces a helper method to create configuration items with BehaviorSubject and Observable, and uses distinctUntilChanged and shareReplay operators to optimize the observable streams.

ov-components: Refactor configuration management in OpenVidu components

- Updated directive methods to use centralized configuration updates for general, stream, and toolbar settings.
- Replaced individual setter methods with batch update methods for improved performance and maintainability.
- Introduced specific comparison methods for configuration objects to optimize change detection.
- Enhanced the structure of configuration interfaces for better clarity and organization.
- Removed redundant code and streamlined the configuration service for better readability.

ov-components: Enhance participant name handling in PreJoin and Videoconference components
2025-07-29 14:05:14 +02:00
..
e2e ov-components: Add internal directives tests and update related components for recording functionality 2025-07-29 11:38:46 +02:00
projects/openvidu-components-angular ov-components: Refactors config service to use RxJS Subjects 2025-07-29 14:05:14 +02:00
src ov-components: Add internal directives tests and update related components for recording functionality 2025-07-29 11:38:46 +02:00
.gitignore ov-components: remove OpenviduWebComponent and related files 2025-05-21 13:31:26 +02:00
.prettierignore OpenVidu v3 2024-07-02 19:19:05 +02:00
.prettierrc openvidu-components: Added prettier 2022-01-20 12:07:42 +01:00
LICENSE Added openvidu-components-angular project 2022-01-19 17:25:09 +01:00
README.md OpenVidu v3 2024-07-02 19:19:05 +02:00
angular.json ov-components: remove OpenviduWebComponent and related files 2025-05-21 13:31:26 +02:00
generate-docs.sh openvidu-components-angular: Update links in documentation to use the latest version 2024-12-18 15:32:17 +01:00
karma.conf.js Added openvidu-components-angular project 2022-01-19 17:25:09 +01:00
migration-guide.md ov-components: Removed unnecessary code 2024-10-23 16:57:48 +02:00
package-lock.json ov-components: Add internal directives tests and update related components for recording functionality 2025-07-29 11:38:46 +02:00
package.json ov-components: Add internal directives tests and update related components for recording functionality 2025-07-29 11:38:46 +02:00
tsconfig.app.json ov-components: update package dependencies and TypeScript configurations 2025-05-05 12:15:16 +02:00
tsconfig.base.json ov-components: update package dependencies and TypeScript configurations 2025-05-05 12:15:16 +02:00
tsconfig.json OpenVidu v3 2024-07-02 19:19:05 +02:00
tsconfig.spec.json ov-components: update package dependencies and TypeScript configurations 2025-05-05 12:15:16 +02:00

README.md

Openvidu Angular TestAPP

Architechture

openvidu-components-angular
│
└─── src (openvidu-components-testapp)
│
└───projects
    │
	└─── openvidu-components-angular

How to develop with ease:

Run ng serve for a dev server.

Run, in a new terminal, npm run lib:serve for serving the openvidu-components-angular library with live reload for listening changes

Code scaffolding

For generate new components in openvidu-components-angular:

ng g component components/component-name --project=openvidu-components-angular

Build library

npm run lib:build

Publishing

After the library is built, tun the following command:

cd dist/ && npm publish