mirror of https://github.com/OpenVidu/openvidu.git
![]() - Added streaming activity panel - Added streaming structurals directives - Added streaming attributes directives - Added e2e test - Updated test app openvidu-components: Updated e2e configuration openvidu-components: Skipped pro e2e tests openvidu-components: Allowed streaming for moderators only openvidu-components: Request MODERATOR connection in testapp openvidu-components: Fixed streaming signals openvidu-components: Fixed bug with streaming status openvidu-components: Fixed streaming button on status failed openvidu-components: Refactored activities checks openvidu-components: Forced streaming status to enum value openvidu-components: Added non available error in streaming activity Streaming activity will show paid feature error if the service is not available openvidu-components: Created and exported streaming error type openvidu-components: Updated e2e tests openvidu-components: Updated testapp openvidu-components: Enabled streaming input wehn module is disabled openvidu-components: Updated e2e tests openvidu-components: Updated docs openvidu-components: Moved streaming directive to its component Moved streaming directive to streaming component instead of activities component openvidu-components: Updated testapp openvidu-components: Made streaming service public ci: Send branch name in event dispatch openvidu-components: Updated test app |
||
---|---|---|
.. | ||
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