openvidu/openvidu-components-angular
Carlos Santos fb101bc2c7 openvidu-components: Emitted event for updating recording list
Non moderators participants didn't update their recording list because they didn't know when a recording has been deleted or stopped. Now all standard participants know all recording events using custom signals and emitted an event to the application with the aim of updating the recording list.
2023-04-28 17:55:33 +02:00
..
e2e openvidu-components: Added e2e test for checking video sound button 2023-04-21 13:32:13 +02:00
projects/openvidu-angular openvidu-components: Emitted event for updating recording list 2023-04-28 17:55:33 +02:00
src openvidu-components: Emitted event for updating recording list 2023-04-28 17:55:33 +02:00
.gitignore openvidu-components: Updated test app 2022-11-02 15:54:18 +01: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-components: Moved docs config files under library directory 2022-04-08 13:55:26 +02:00
angular.json openvidu-components: Updated angular.json 2023-04-11 16:46:38 +02:00
docs.md openvidu-components: Added screensharing E2E 2022-04-01 12:05:58 +02:00
generate-docs.sh openvidu-components: Updated build doc script 2022-11-21 12:34:14 +01:00
karma.conf.js Added openvidu-components-angular project 2022-01-19 17:25:09 +01:00
openvidu-webcomponent-build.js openvidu-components: Updated webcomponent build script 2022-04-07 10:04:20 +02:00
package-lock.json Update to version 2.26.0 2023-03-15 22:00:53 +00:00
package.json Update to version 2.26.0 2023-03-15 22:00:53 +00:00
tsconfig.app.json openvidu-components: Renamed library to openvidu-angular 2022-01-20 09:58:12 +01:00
tsconfig.base.json Added openvidu-components-angular project 2022-01-19 17:25:09 +01:00
tsconfig.json Added openvidu-components-angular project 2022-01-19 17:25:09 +01:00
tsconfig.spec.json Added openvidu-components-angular project 2022-01-19 17:25:09 +01:00
tslint.json Added openvidu-components-angular project 2022-01-19 17:25:09 +01:00

README.md

Openvidu Angular TestAPP

Architechture

openvidu-components-angular
│
└─── src (openvidu-components-testapp)
│
└───projects
    │
	└─── openvidu-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-angular library with live reload for listening changes

Code scaffolding

For generate new components in openvidu-angular:

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

Build library

npm run lib:build

Publishing

After the library is built, tun the following command:

cd dist/ && npm publish