openvidu/openvidu-components-angular
Carlos Santos ab0cf2a343 openvidu-components: Added streaming activity
- 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
2022-12-23 16:19:01 +01:00
..
e2e openvidu-components: Added streaming activity 2022-12-23 16:19:01 +01:00
projects/openvidu-angular openvidu-components: Added streaming activity 2022-12-23 16:19:01 +01:00
src openvidu-components: Added streaming activity 2022-12-23 16:19:01 +01: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 to Angular 14 2022-11-03 12:03:34 +01: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 openvidu-components: Added streaming activity 2022-12-23 16:19:01 +01:00
package.json openvidu-components: Added streaming activity 2022-12-23 16:19:01 +01: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