mirror of https://github.com/OpenVidu/openvidu.git
- Updated @livekit/track-processors from 0.6.1 to 0.7.0 in openvidu-components-angular/package.json - Updated livekit-client from 2.15.15 to 2.16.0 in openvidu-components-angular/package.json - Updated livekit-client from ^2.15.0 to ^2.16.0 in openvidu-components-angular/projects/openvidu-components-angular/package.json - Updated @livekit/track-processors from ^0.6.0 to ^0.7.0 in openvidu-components-angular/projects/openvidu-components-angular/package.json - Refactored OpenViduService to change roomOptions.e2ee to roomOptions.encryption for E2EE configuration - Reorganized import statements in OpenViduService for better readability |
||
|---|---|---|
| .. | ||
| e2e | ||
| projects/openvidu-components-angular | ||
| src | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| LICENSE | ||
| README.md | ||
| angular.json | ||
| generate-docs.sh | ||
| karma.conf.js | ||
| migration-guide.md | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.base.json | ||
| tsconfig.json | ||
| tsconfig.spec.json | ||
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