Commit Graph

4215 Commits (1411f7d064cae0e7904cab3a60747ee761b9d608)

Author SHA1 Message Date
Carlos Santos c0bcb95282 ov-components: Fixed video poster on iPhone 2024-05-22 17:02:59 +02:00
pabloFuente 52c6126b8d Update version of Spring Boot in openvidu-server 2024-05-22 13:44:07 +02:00
cruizba 46ba88cf9a Revert "openvidu-node-client: Fix possible enum errors with typescript transpilation"
This reverts commit c1688c0d2a.
2024-05-22 13:23:48 +02:00
cruizba c1688c0d2a openvidu-node-client: Fix possible enum errors with typescript transpilation 2024-05-22 12:43:39 +02:00
Carlos Santos d1630e9b82 ov-components: Updated to Angular 16 2024-05-22 11:27:29 +02:00
Carlos Santos 0db1eda057 ov-components: Updated to Angular 15 2024-05-22 11:27:29 +02:00
cruizba 2adbdd9160 deployment: Update AMIs to Ubuntu 22.04 2024-05-21 19:42:21 +02:00
cruizba 218a9b5c9f deployment: Bump docker images FROM images 2024-05-21 16:08:31 +02:00
pabloFuente f89fd1e2cd openvidu-node-client: update dependencies 2024-05-21 13:39:45 +02:00
pabloFuente 795046b827 openvidu-browser: update dependencies 2024-05-21 13:37:12 +02:00
Carlos Santos cfd9417ee1 ov-components: Fixed e2e test config 2024-04-18 17:41:03 +02:00
Carlos Santos 004ab046be ov-components: Improved replace track sending stream params 2024-04-18 17:40:11 +02:00
pabloFuente ce74823006 openvidu-testapp: re-enable streamDestroyed event for Publishers 2024-04-04 23:04:12 +02:00
pabloFuente 762f5edf31 openvidu-testapp: disable streamDestroyed event on Publisher objects by default 2024-03-18 17:54:42 +01:00
pabloFuente d81e116e0d openvidu-testapp: add custom class to event panel contents 2024-03-18 13:01:49 +01:00
pabloFuente 2a44f20294 openvidu-browser: fix video element removal from StreamManager collection 2024-03-13 14:27:07 +01:00
pabloFuente 49e2e87f69 openvidu-testapp: update test-scenarios component 2024-03-07 11:52:25 +01:00
pabloFuente b92548c504 openvidu-testapp: better N:M and 1:M management 2024-03-06 16:53:18 +01:00
pabloFuente ce869751f1 openvidu-testapp: allow changing the auto join N:M number of participants 2024-03-06 15:59:20 +01:00
Micael Gallego f40dfa5466
Add acknowledgments to README.md 2024-03-02 17:04:33 +01:00
cruizba 78d17defa9 deployment: Missing token in metadata requests 2024-02-29 23:54:00 +01:00
cruizba aac79ef80f deployment: Use IMDSv2 in aws deployments 2024-02-29 20:24:54 +01:00
Pablo Fuente Pérez 4face2e556
Merge pull request #828 from OpenVidu/recording_experimental_flag
openvidu-recording: add experimental flag to chrome to avoid hiding l…
2024-02-13 12:08:25 +01:00
pabloFuente 69b41a1406 openvidu-recording: add experimental flag to chrome to avoid hiding local ips with mdns 2024-02-13 12:05:27 +01:00
Carlos Santos 8c18f4b366 openvidu-components: Released v2.29.3 2023-12-11 13:41:01 +01:00
Carlos Santos 44eb9e9fe0 openvidu-components: Emitted event when broadcasting button is clicked 2023-12-11 13:02:02 +01:00
pabloFuente a830033388 openvidu-server: fix https://github.com/OpenVidu/openvidu/issues/824 2023-11-03 12:36:10 +01:00
Carlos Santos d9d524b23c openvidu-components: Released v2.29.2 2023-10-26 11:44:43 +02:00
Carlos Santos 48d60eab40 openvidu-browser: Released v2.29.1 2023-10-26 11:38:12 +02:00
Carlos Santos 7802b068be openvidu-components: Added types/ws as dev dependency 2023-10-26 11:27:17 +02:00
Carlos Santos 875c8536cc openvidu-browser: Fixed bug with screensharing
When a screen publisher was initialized with audio but the user disable the publish audio after it, in the default browser popup, the subscriber was not able to receive the video and audio. There was an inconsistent with transceivers in webrtpeer
2023-10-26 11:10:49 +02:00
Carlos Santos 809ba26b35 openvidu-components: Released 2.29.1 version 2023-10-23 13:06:34 +02:00
Carlos Santos 96af7d3225 openvidu-angular: Avoid possible errors applying custom frame rate 2023-10-23 12:09:17 +02:00
jenkinsopenvidu 98b783e968 Update installation scripts for next release 2023-10-18 19:50:25 +00:00
jenkinsopenvidu 8d1a4720bb Update to version 2.29.0 2023-10-18 19:47:56 +00:00
jenkinsopenvidu c57d2b2753 Update docker-compose.yml files to version 2.29.0 2023-10-18 19:39:08 +00:00
jenkinsopenvidu 01d602633b Update openvidu-recording to version 2.29.0 2023-10-18 19:20:05 +00:00
jenkinsopenvidu 8edae4e81d Update openvidu-java-client to version 2.29.0 2023-10-18 19:13:51 +00:00
jenkinsopenvidu 626e2183c5 Update openvidu-node-client to version 2.29.0 2023-10-18 10:04:25 +00:00
Carlos Santos bb2c63cb5b openvidu-components: Released v2.29.0-beta1 2023-10-17 11:32:20 +02:00
Carlos Santos c8ff947a4f openvidu-components: Allow mute forcibly only for camera streams 2023-10-17 11:26:31 +02:00
Carlos Santos 1fb201375e openvidu-browser: Released v2.29.0-beta1 2023-10-17 10:54:31 +02:00
pabloFuente 2e07e25df7 openvidu-browser: do not add default audio track to screen media steam if screen audio source 2023-10-16 16:51:29 +02:00
pabloFuente 1e416325b6 Revert "openvidu-browser: fix wrong screen audio track management"
This reverts commit 50a07ed203.
2023-10-16 16:49:26 +02:00
Carlos Ruiz Ballesteros 55728b7235
Update build.sh 2023-10-16 13:35:13 +02:00
pabloFuente 50a07ed203 openvidu-browser: fix wrong screen audio track management 2023-10-16 13:04:30 +02:00
cruizba ff8605ef85 openvidu-server: Update Kurento version to 7.0.1-SNAPSHOT 2023-10-16 12:55:14 +02:00
cruizba ea846ac415 Fix: Recover endReason when ghost participant detected for webhook notifications 2023-10-16 12:49:47 +02:00
cruizba a14f8d997d openvidu-ci: move check kurento of snapshots from test-utils.sh to build.sh. Remove config of openvidu generic settings in bump 2023-10-14 23:02:56 +02:00
cruizba da5f55e34b openvidu-ci: Enable snapshots only if snapshot version is used 2023-10-14 21:29:36 +02:00