Commit Graph

3371 Commits (757923bbc4a1e3db75f67b5bd418f45c6d37a3a4)

Author SHA1 Message Date
pabloFuente a38d6b4855 openvidu-browser: remove unused parameter in Publisher#getVideoDimensions 2022-05-10 15:45:43 +02:00
cruizba 46ba13410b deployment: Minor fix on start 2022-05-10 02:08:03 +02:00
cruizba 1fd6308ec1 deployment: Better description for CoturnInMediaNodes CF parameter 2022-05-09 18:14:34 +02:00
cruizba ce70a4b4db Update coturn related parameters in .env and scripts. Remove upgrade from enterprise ha 2022-05-09 18:08:26 +02:00
cruizba a5ba5032bf Revert "deployment enterprise: Read all .env variables so other OpenVidu parameters can be readen by the replication manager."
This reverts commit ac427c0f57.
2022-05-09 15:38:39 +02:00
cruizba ac427c0f57 deployment enterprise: Read all .env variables so other OpenVidu parameters can be readen by the replication manager. 2022-05-09 15:01:05 +02:00
csantosm e817c2304d openvidu-component: Close panel when component is destroyed 2022-05-09 13:28:07 +02:00
csantosm 3922bb456c openvidu-components: Removed user settings component 2022-05-09 13:27:37 +02:00
csantosm e3340171a0 openvidu-components: Disposed MediaStream when component is destroyed 2022-05-09 13:20:33 +02:00
csantosm 56ce32729d openvidu-components: Updated e2e dependencies 2022-05-09 11:13:53 +02:00
cruizba d652201ce8 deployment enterprise: Add docker sock for restarts 2022-05-09 01:42:18 +02:00
cruizba f7d57e1c52 deployment: Fix typo media nodes AMIs 2022-05-06 20:42:04 +02:00
cruizba d7aa64fe91 Remove from enterprise openvidu-call. Kibana and Elasticsearch not present in docker-compose.yml, so there is no need to scale=0 the service. 2022-05-05 18:20:22 +02:00
pabloFuente 279da4eeaf openvidu-components-angular: manage some incompatible VB situations 2022-05-05 18:07:33 +02:00
pabloFuente 7832f5a75f openvidu-components-angular: multiple VB bug fixes 2022-05-05 14:03:41 +02:00
pabloFuente f735819ae2 openvidu-browser: re-apply VB filter automatically after unmute 2022-05-05 14:01:31 +02:00
pabloFuente 99cd4cdfd7 openvidu-browser: refactor replaceTrack to not override last constraints 2022-05-04 19:55:08 +02:00
Juan Navarro 3425e601bf Change to new API methods for Kurento release 6.18.0
* Old: MediaFlowOutStateChange
* New: MediaFlowOutStateChanged

* Old: MediaFlowInStateChange
* New: MediaFlowInStateChanged

* Old: MediaTranscodingStateChange
* New: MediaTranscodingStateChanged

* Old: OnIceCandidate
* New: IceCandidateFound

* Old: OnIceGatheringDone
* New: IceGatheringDone

* Old: OnIceComponentStateChanged, IceComponentStateChanges
* New: IceComponentStateChanged

* Old: OnDataChannelOpened, DataChannelOpens
* New: DataChannelOpened

* Old: OnDataChannelClosed, DataChannelClose
* New: DataChannelClosed
2022-05-03 17:21:23 +02:00
Juan Navarro 4ee20ed3ec pom.xml: Update to kurento-client 6.18.0-SNAPSHOT
Open up access to the new API methods that get introduced in the Kurento
Java client 6.18 development version.
2022-05-03 17:21:23 +02:00
pabloFuente 066810be17 openvidu-test-e2e: do not use headless mode for Virtual Background 2022-05-03 13:05:59 +02:00
csantosm 117e6647a9 openvidu-components: Fixed background directive 2022-04-29 12:46:51 +02:00
csantosm bad018a10e openvidu-components: Improved backgrounds component 2022-04-29 11:42:14 +02:00
csantosm b52f8922cb openvidu-components: Added more background samples 2022-04-29 11:40:28 +02:00
csantosm af02ffe92a openvidu-components: Added background effects param to webcomponent 2022-04-29 10:38:49 +02:00
pabloFuente 8550b77d17 openvidu-browser: fix removeFilter error when no filter available 2022-04-28 14:05:28 +02:00
pabloFuente 354a26c6d0 openvidu-browser: mute videoClone on VB 2022-04-28 13:43:45 +02:00
csantosm 2dff8faf4b openvidu-components: Updated test app 2022-04-28 13:09:42 +02:00
csantosm 8382aaf179 openvidu-components: Updated background effects panel 2022-04-28 13:01:34 +02:00
pabloFuente a209e57fd5 openvidu-browser: VB static download URL from token params 2022-04-28 12:26:23 +02:00
csantosm e819bf7b6c openvidu-browser: Fixed typo 2022-04-28 12:14:42 +02:00
pabloFuente 1517be875a openvidu-browser: get openviduServerUrl from token in VB 2022-04-28 12:10:35 +02:00
csantosm 2e39243070 openvidu-browser: Fixed typo 2022-04-28 12:01:04 +02:00
pabloFuente 1f1b54f111 openvidu-browser: fix VB edition checks 2022-04-28 11:53:24 +02:00
Carlos Ruiz Ballesteros 5d354f1f0e
Update new_api_pro.conf 2022-04-28 11:47:15 +02:00
pabloFuente df799bfb2e openvidu-browser: fix VB when not connected to Session 2022-04-28 11:28:26 +02:00
csantosm 0c863e0940 openvidu-components: Released resources when video muting 2022-04-27 14:24:54 +02:00
pabloFuente 5a6b0db6f8 openvidu-browser: refactor Publisher#publishVideo method 2022-04-27 14:11:55 +02:00
pabloFuente 6c1f77dd3a openvidu-browser: rename "value" to "enabled" in publishAudio/publishVideo 2022-04-27 12:55:20 +02:00
pabloFuente 5226b6d464 VB e2e test 2022-04-27 12:05:33 +02:00
csantosm 570709adc2 openvidu-components: Added virtual background and recording features
Added background effects GUI
WIP: Added  activities panel
2022-04-27 11:14:11 +02:00
cruizba 1655335aa7 Update generate docs and package.json 2022-04-26 18:27:57 +02:00
cruizba 18ff97da7c deployment: Add coturn in media nodes for nightly AMIs 2022-04-25 18:56:07 +02:00
cruizba 4ab629562d deployment: Change parameter name from OPENVIDU_PRO_COTURN_PUBLIC_IP_AUTODISCOVER to OPENVIDU_PRO_MEDIA_NODE_PUBLIC_IP_AUTODISCOVER 2022-04-25 11:43:41 +02:00
cruizba 42ad7bce5d deployment: Infrastructure changes to allow coturn in media nodes 2022-04-25 01:43:54 +02:00
pabloFuente 1ee4a9be10 openvidu-browser: manage token on VB 2022-04-22 16:54:10 +02:00
pabloFuente 707ad3d673 openvidu-browser: fix VB clean up process to avoid errors 2022-04-22 14:56:11 +02:00
pabloFuente f91c7b1928 Virtual Background token integration 2022-04-22 11:21:42 +02:00
cruizba 78d6320cad deployment Remove not used cfn-hup command 2022-04-22 00:20:28 +02:00
cruizba 4eccd15494 deployment: AMI 20.04 no longer uses python-pip; Only python3-pip can be installed. 2022-04-21 22:30:57 +02:00
cruizba edfbd9cf34 deployment: Don't ask about time zone while building openvidu-server-pro docker image 2022-04-21 21:27:44 +02:00