cruizba
b1a44b0f3a
deployment: Update base images of openvidu-server, openvidu-server-pro and nginx
2022-04-21 19:46:10 +02:00
cruizba
e01904b8bd
deployment: Use Ubuntu 20.04 for AMIs
2022-04-21 19:43:22 +02:00
cruizba
02969d1551
deployment: Better way to install latest docker and docker-compose v2 in AMIs
2022-04-21 19:06:40 +02:00
cruizba
8edd8827ca
deployment: Don't use /dev/random to generate coturn secret which produces a pipe error. Use shuf instead
2022-04-21 19:06:40 +02:00
pabloFuente
4ab7286978
openvidu-server: minor refactoring in SessionManager new Participant operation
2022-04-21 18:21:01 +02:00
cruizba
16c1003584
deployment: Support for docker compose v2 and increase http timeout for slow networks"
2022-04-21 14:09:20 +02:00
pabloFuente
28a6fd4064
openvidu-browser: check if Filter exists on Stream#applyFilter
2022-04-21 13:44:44 +02:00
pabloFuente
5826032020
openvidu-browser: restrict updated values of VB to background image URL
2022-04-21 12:36:25 +02:00
cruizba
34be4d8c13
deployment: openvidu-server & openvidu-server-pro entrypoint improvements
...
- Create directory /run/secrets/coturn just when it is necessary to generate a new secret file for COTURN_SHARED_SECRET_KEY. (Docker daemon should generate it anyways while running
- Use `tr -dc '[:alnum:]' </dev/urandom` instead of `tr -dc A-Za-z0-9 </dev/urandom` to generate alphanumeric COTURN_SHARED_SECRET_KEY
- Define possible empty variables at the beginning of the entrypoint.
- Fail script on any error with `set -o errexit -o errtrace -o pipefail -o nounset`
- More meaningfull message while waiting Kibana service
2022-04-21 11:55:17 +02:00
cruizba
d0aedc70cf
deployment: OpenVidu CE - Force relay to go over docker bridge network
2022-04-20 20:29:57 +02:00
cruizba
4f04f3b33c
Adapt coturn configuration to allow multiple coturns by kms uri
2022-04-20 18:50:34 +02:00
csantosm
b29ecafea5
openvidu-components: Disabled screenshare if token is not received
2022-04-18 17:12:08 +02:00
csantosm
2deadbbe02
openvidu-components: Added event types
2022-04-18 16:39:23 +02:00
csantosm
3b986dcfaa
openvidu-components: Updated css variable names
2022-04-18 13:33:53 +02:00
csantosm
d0f1e9a121
openvidu-components: Updated doc
2022-04-18 12:50:20 +02:00
csantosm
56984fd465
openvidu-components: Updated styles
2022-04-13 14:03:34 +02:00
csantosm
c6e08ac287
openvidu-components: Removed docs directive samples images
2022-04-13 14:03:34 +02:00
cruizba
ad54a3005d
openvidu-server, deployment: Generate Coturn shared key instead of using OpenVidu Secret for better security. Remove unused COTURN_REDIS properties
2022-04-12 14:42:12 +02:00
cruizba
80ab17ff92
openvidu-browser, openvidu-node-client, openvidu-testapp: Update to lockversion v2 and fixes for npm v8 build
2022-04-12 14:42:12 +02:00
pabloFuente
a30f4dcd85
openvidu-browser: chroma virtual background
2022-04-11 23:35:54 +02:00
csantosm
c0a525aac6
openvidu-components: Updated README
2022-04-11 16:03:48 +02:00
csantosm
493f1e3ba0
openvidu-components: Released media devices on videoconference destroy
2022-04-11 13:34:12 +02:00
csantosm
628b62c0aa
openvidu-components: Updated README
2022-04-08 14:01:47 +02:00
csantosm
b2d5a6e3b6
openvidu-components: Moved docs config files under library directory
2022-04-08 13:55:26 +02:00
csantosm
71d94db06e
openvidu-components: Added sound when message is received
2022-04-08 12:12:43 +02:00
csantosm
b7efcf86c0
openvidu-components: Hidden screensharing button in mobile devices
2022-04-08 11:57:07 +02:00
csantosm
9f34c01d6e
openvidu-components: Fixed bug with media devices
...
- The storage device was null after refreshing the page because of the cameras array was empty and it can't match.
2022-04-08 11:52:22 +02:00
csantosm
f5dada6080
openvidu-components: Detected change after view init
2022-04-07 12:55:24 +02:00
csantosm
28606b1ff7
openvidu-components: Added more e2e test
2022-04-07 12:54:34 +02:00
csantosm
70e93df54d
openvidu-components: Updated openvidu-angular docs
2022-04-07 10:27:00 +02:00
csantosm
027508acd3
openvidu-components: Removed e2e webcomponent assets
2022-04-07 10:04:20 +02:00
csantosm
bfb91a332c
openvidu-components: Renamed webcomponent leave session to disconnect
2022-04-07 10:04:20 +02:00
csantosm
1ec723edd4
openvidu-components: Updated webcomponent build script
2022-04-07 10:04:20 +02:00
csantosm
d7b81739e7
openvidu-components: Allowed external panels
...
- Allowed injecting external panels and exported the panel service for toggling panels and subscribe to the panel status
- Renamed menu to panel
- Updated docs
2022-04-07 10:04:20 +02:00
cruizba
150657763c
deployment: Bump coturn to 7.0.0-dev1
2022-04-06 20:27:45 +02:00
pabloFuente
8457592c0b
openvidu-browser: modify isPro with isAtLeastPro
2022-04-06 20:02:22 +02:00
pabloFuente
41f53b9895
Support Virtual Background image
2022-04-06 19:54:41 +02:00
cruizba
19f4f607b1
openvidu-server: Typo. Add missing license comment
2022-04-06 18:42:52 +02:00
cruizba
ac5485ddc0
openvidu-server, deployment: Remove redis for coturn. Now credentials are generated using https://datatracker.ietf.org/doc/html/draft-uberti-behave-turn-rest-00
2022-04-06 18:37:11 +02:00
pabloFuente
e9cdb7b131
openvidu-browser: input options for Virtual Background
2022-04-06 13:39:54 +02:00
pabloFuente
841db74c75
openvidu-browser: MVC Virtual Background
2022-04-06 13:10:18 +02:00
csantosm
4c2ab10e07
openvidu-components: Added panel e2e tests
2022-04-06 10:02:54 +02:00
csantosm
4fc878f796
openvidu-components: Added directive examples and clean testapp
...
- Clean test components
- Avoid using backend in development
2022-04-05 15:58:12 +02:00
csantosm
aa0c78b882
openvidu-components: Refactored panel service
2022-04-05 15:51:10 +02:00
csantosm
4cef8c3fac
openvidu-components: Updated docs and improved service method names
2022-04-05 15:45:13 +02:00
csantosm
b1c47d9506
openvidu-components: Fixed styles
2022-04-05 15:43:24 +02:00
csantosm
b0afa580a7
openvidu-components: Renamed menu service to panel service
2022-04-05 15:40:43 +02:00
csantosm
1ee8bd1f6e
openvidu-components: Renamed service method
2022-04-01 13:24:56 +02:00
csantosm
1cdb938ad4
openvidu-components: Hidden audio detector when participant muted
2022-04-01 12:34:23 +02:00
csantosm
9888154a02
openvidu-components: Added screensharing E2E
2022-04-01 12:05:58 +02:00