Commit Graph

4215 Commits (1411f7d064cae0e7904cab3a60747ee761b9d608)

Author SHA1 Message Date
cruizba 6f691e8bb1 deployment: Remove hard-coded IP addresses from load balancer 2023-05-29 17:09:02 +02:00
cruizba 4f13e5181b deployment: Remove image pull print statements in enterprise-ha installation scripts 2023-05-29 16:56:37 +02:00
cruizba c1f3b22bc9 deployment: Add script to update load balancer IPs in enterprise-ha deployment 2023-05-29 16:46:12 +02:00
cruizba b81c0dfccc deployment: Update install_ov_enterprise_ha_base.sh image pulling to include docker-compose.override.yml 2023-05-29 15:21:45 +02:00
cruizba de0ea61eb4 deployment: Set OPENVIDU_PRO_CLUSTER_RECONNECTION_TIMEOUT to 60 seconds in OpenVidu Enterprise HA on-premises 2023-05-29 14:38:07 +02:00
Carlos Santos c1cec2c07d
Merge pull request #803 from semmel/patch-1
fix: remove video element which was never inserted before
2023-05-29 11:18:50 +02:00
Matthias Seemann 76ec592865
fix: remove video element which was never inserted before
fixes #802
2023-05-25 20:41:26 +02:00
cruizba 0a952839c7 deployment: Fix installation script pull images 2023-05-22 18:36:09 +02:00
cruizba 912cdee47f deployment: Add installation and deployment files for OpenVidu Enteprise HA - On premises 2023-05-22 16:22:06 +02:00
cruizba 7b1f411db4 deployment: Update nginx for Enterprise HA on premises 2023-05-20 23:08:52 +02:00
pabloFuente 58c15b0e3c openvidu-browser: bug fix when checking system requirements on motorola edge devices 2023-05-19 13:39:19 +02:00
pabloFuente ba0e736da9 openvidu-server: remove incorrect size description of recording image 2023-05-19 13:21:34 +02:00
pabloFuente 423e0d302f openvidu-browser: remove code smell in OpenVidu.ts 2023-05-19 13:21:13 +02:00
cruizba b4b808e3f1 openvidu-node-client: Update axios version. Fix unhandled exception while fetching sessions when session is created 2023-05-18 14:16:03 +02:00
cruizba be7634c821 openvidu-node-client: Don't handle error on fetch if session is found 2023-05-17 17:42:59 +02:00
cruizba c0fa49af8d openvidu-node-client: Avoid multiple 'reject' calls in specific HttpErrors. Handling on errors in one place 2023-05-17 16:50:24 +02:00
cruizba 72b95741ca openvidu-server: Fix OPENVIDU_WEBRTC_ICE_SERVERS not being used when customIceServer is an empty list but not null 2023-05-16 01:56:02 +02:00
Carlos Santos 90d13cedc4 openvidu-components: Wait for the promise resolved from unpublish method 2023-05-05 10:42:45 +02:00
Carlos Santos 90acd8682c openvidu-browser: Avoided accessing to a property of null 2023-05-05 10:29:39 +02:00
Carlos Santos 4e50796547 openvidu-components: Fixed styles 2023-05-04 17:35:47 +02:00
Carlos Santos 2726fa6a67 openvidu-components: Minor code refactoring 2023-05-04 16:34:13 +02:00
Carlos Santos 4dc98e3272 openvidu-components: Fixed switch camera on Android devices 2023-05-04 16:14:19 +02:00
jenkinsopenvidu 75c9576f4d Update installation scripts for next release 2023-05-03 11:02:33 +00:00
jenkinsopenvidu 9f8cc36a9d Update to version 2.27.0 2023-05-03 11:01:36 +00:00
jenkinsopenvidu 61273ad642 Update docker-compose.yml files to version 2.27.0 2023-05-03 10:52:49 +00:00
jenkinsopenvidu c891a26e4b Update openvidu-recording to version 2.27.0 2023-05-03 10:49:02 +00:00
jenkinsopenvidu 6aa7a4106c Update openvidu-java-client to version 2.27.0 2023-05-03 10:44:23 +00:00
jenkinsopenvidu 83b14c39d6 Update openvidu-node-client to version 2.27.0 2023-05-03 10:41:47 +00:00
pabloFuente f922c5cd53 Update to Kurento 7.0.1 2023-05-03 12:32:51 +02:00
Carlos Santos fb101bc2c7 openvidu-components: Emitted event for updating recording list
Non moderators participants didn't update their recording list because they didn't know when a recording has been deleted or stopped. Now all standard participants know all recording events using custom signals and emitted an event to the application with the aim of updating the recording list.
2023-04-28 17:55:33 +02:00
Carlos Santos 9be838308c openvidu-components: Disabled start streaming button for no moderators 2023-04-27 16:02:31 +02:00
pabloFuente c7f1bbcd93 openvidu-test-e2e: extend broadcast and composed record test with STT 2023-04-27 13:35:30 +02:00
pabloFuente 6479382f58 openvidu-test-e2e: fix video dimension tests. Add new pro test 2023-04-27 13:16:35 +02:00
cruizba 026352133a deployment: Remove non needed comment 2023-04-27 12:55:02 +02:00
pabloFuente 1152a79354 openvidu-java-client: fix unit test 2023-04-27 10:59:24 +02:00
pabloFuente b40f120efa openvidu-server: allow only-audio broadcasting. Add new test 2023-04-26 18:46:35 +02:00
Carlos Santos f5e18fc11d openvidu-components: Fixed video recording cache
The browser was storing the play recording request on cache . Adding a query parameter which is updated each time fix this problem
2023-04-25 12:40:21 +02:00
Carlos Santos fffbdd3cd5 openvidu-components: Refactored recordings pipes 2023-04-24 17:41:29 +02:00
Carlos Santos 5f8fa08fe0 openvidu-components: Fixed connection data parse on new connection 2023-04-24 14:09:31 +02:00
Carlos Santos d7e7cfe6f7 openvidu-components: Hidden mute sound button for local participants 2023-04-21 13:33:17 +02:00
Carlos Santos f7b0f8e803 openvidu-components: Added e2e test for checking video sound button
Checking if sound button is not present for local participants
2023-04-21 13:32:13 +02:00
pabloFuente 35a6e823b6 openvidu-server: refactor recordingStarted notification for COMPOSED with video 2023-04-19 12:56:03 +02:00
pabloFuente c646f66aab Fix AndroidChromeUser REMOTE_URL 2023-04-18 18:22:52 +02:00
pabloFuente 7529de5897 ci-scripts: add "grep 172" to DOCKER_HOST_IP command 2023-04-18 18:02:06 +02:00
pabloFuente 19f9bee16e Update Android user to use correct remote URL 2023-04-18 17:17:38 +02:00
cruizba 82fe3dc986 ci: Remove runner-image instead of runner-deployment for build.sh --clean-environment 2023-04-14 16:10:29 +02:00
pabloFuente 0677268516 Change preset ultrafast to veryfast in openvidu-recording container 2023-04-14 10:01:07 +02:00
cruizba 4a11b3678b deployment: Change Docker image tags to master and pull new images in AWS CloudFormation KMS AMI template 2023-04-12 23:57:06 +02:00
Carlos Santos 1c675aa664 openvidu-components: Updated angular.json 2023-04-11 16:46:38 +02:00
Carlos Santos 2ca5e2362e openvidu-components: Removed workaround for avoiding blank videos on iOS 2023-04-11 11:30:46 +02:00