openvidu/openvidu-testapp
Juan Navarro 8e5f5d4cf4
openvidu-server, browser: Add Simulcast Publisher config (#680)
Simulcast is a per-Publisher configuration that allows to enable
Simulcast senders on the client's PeerConnection of each sender.

Simulcast is a WebRTC feature that sends multiple simultaneous streams
with different video qualities, in order to let the media server decide
which quality is best for which Subscriber on the receiving side.

Enabled by default.
2022-01-05 15:12:51 +01:00
..
docker Updated maintainer mail in Dockerfiles 2020-11-16 15:09:13 +01:00
e2e openvidu-testapp first approach 2017-09-26 18:13:00 +02:00
src openvidu-server, browser: Add Simulcast Publisher config (#680) 2022-01-05 15:12:51 +01:00
.editorconfig openvidu-testapp first approach 2017-09-26 18:13:00 +02:00
.gitignore openvidu-testapp first approach 2017-09-26 18:13:00 +02:00
README.md openvidu-testapp first approach 2017-09-26 18:13:00 +02:00
angular.json openvidu-testapp to Angular 6 2018-06-04 14:27:37 +02:00
cert.pem openvidu-test-e2e now works on openvidu-testapp 2017-10-09 18:48:05 +02:00
karma.conf.js openvidu-testapp to Angular 6 2018-06-04 14:27:37 +02:00
key.pem openvidu-test-e2e now works on openvidu-testapp 2017-10-09 18:48:05 +02:00
package-lock.json openvidu-browser: Parametrized send openvidu browser logs, disabled by default 2021-04-07 17:29:51 +02:00
package.json openvidu-node-client: Update openvidu-node-client to 2.20.2 2021-10-14 18:46:05 +02:00
protractor.conf.js openvidu-testapp first approach 2017-09-26 18:13:00 +02:00
tsconfig.json openvidu-testapp first approach 2017-09-26 18:13:00 +02:00
tslint.json openvidu-testapp to Angular 6 2018-06-04 14:27:37 +02:00

README.md

OpenviduTestApp

This project was generated with Angular CLI version 1.4.3.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.