mirror of https://github.com/OpenVidu/openvidu.git
![]() 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. |
||
---|---|---|
.. | ||
e2e | ||
projects/openvidu-angular | ||
src | ||
.gitignore | ||
.prettierrc | ||
LICENSE | ||
README.md | ||
angular.json | ||
docs.md | ||
generate-docs.sh | ||
karma.conf.js | ||
openvidu-webcomponent-build.js | ||
package-lock.json | ||
package.json | ||
tsconfig.app.json | ||
tsconfig.base.json | ||
tsconfig.json | ||
tsconfig.spec.json | ||
tslint.json |
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