pabloFuente
|
ccb1838bb3
|
openvidu-basic-ruby
|
2023-03-29 14:10:29 +02:00 |
|
pabloFuente
|
7e05804a80
|
openvidu-basic-dotnet: fix SERVER_PORT env variable. Upgrade to NET 7
|
2023-03-29 13:42:43 +02:00 |
|
pabloFuente
|
86162802b7
|
Update .env of openvidu-basic-python
|
2023-03-29 11:18:59 +02:00 |
|
pabloFuente
|
7a7adf9059
|
Update .env file of openvidu-basic-node
|
2023-03-29 11:18:27 +02:00 |
|
pabloFuente
|
01247fa001
|
Replace NEW_VERSION env variable with VERSION in update-tutorials.sh
|
2023-03-24 13:10:13 +01:00 |
|
pabloFuente
|
4f47d36f5a
|
Reorder create_images.script
|
2023-03-16 16:35:53 +01:00 |
|
jenkinsopenvidu
|
da5c7af242
|
Release
|
2023-03-16 15:18:13 +00:00 |
|
pabloFuente
|
62a1edd915
|
Make openvidu/openvidu-classroom-demo container optional
|
2023-03-16 16:03:31 +01:00 |
|
pabloFuente
|
ebb57b2cb7
|
Update update-tutorials.sh script
|
2023-03-16 15:21:52 +01:00 |
|
pabloFuente
|
97d2372faf
|
Update update-tutorials.sh script
|
2023-03-16 13:57:07 +01:00 |
|
pabloFuente
|
3c21dcd90d
|
openvidu-android: use wildcard in webrtc dependency
|
2023-02-28 11:03:17 +01:00 |
|
Pablo Fuente Pérez
|
f96c38f532
|
Update README.md
|
2023-02-09 12:30:27 +01:00 |
|
Carlos Santos
|
38e39aed6e
|
Fixed wrong application server url
|
2023-01-31 12:32:34 +01:00 |
|
Carlos Santos
|
946f88e562
|
Added missing environment import
|
2023-01-23 15:49:53 +01:00 |
|
Carlos Santos
|
436b7658f0
|
Updated APPLICATION_SERVER_URL value building docker image
|
2023-01-23 14:25:39 +01:00 |
|
Carlos Santos
|
1bb5f80d8f
|
Updated openvidu-angular dependency on openvidu-components tutorial
|
2023-01-18 10:56:26 +01:00 |
|
Carlos Santos
|
74ef061bdd
|
Added dockerfile to openvidu-components tutorials
|
2023-01-18 10:55:43 +01:00 |
|
Carlos Santos
|
26cfa7d45c
|
Updated update-tutorials script
|
2023-01-17 13:57:08 +01:00 |
|
Carlos Santos
|
e66c713ea8
|
Listened SERVER_PORT env variable on applications servers
|
2023-01-13 14:11:10 +01:00 |
|
Carlos Santos
|
820e9585ac
|
Added files for allowing tutorials deployment with docker
|
2023-01-13 12:05:22 +01:00 |
|
pabloFuente
|
435bb758bb
|
Update openvidu-android and openvidu-react-native for e2e tests
|
2023-01-09 17:03:57 +01:00 |
|
pabloFuente
|
46dc6fe1d2
|
Update openvidu-android build.gradle files
|
2023-01-04 01:07:45 +01:00 |
|
pabloFuente
|
84ee9c3233
|
Update build.gradle file of openvidu-react-native. Update package.json dependencies
|
2022-12-30 17:18:05 +01:00 |
|
pabloFuente
|
05321cb459
|
openvidu-ionic: install and use local ionic dependency
|
2022-12-30 12:54:57 +01:00 |
|
pabloFuente
|
99c9f4ada0
|
Update openvidu-ionic for testing
|
2022-12-29 21:50:09 +01:00 |
|
pabloFuente
|
830718bfbc
|
Update openvidu-angular to Angular 15
|
2022-12-27 13:27:16 +01:00 |
|
pabloFuente
|
92a00c5b83
|
Release 2.25.0
|
2022-12-22 15:39:44 +01:00 |
|
Carlos Santos
|
c7a31d051b
|
openvidu-components: Updated to Angular 14
|
2022-11-18 12:53:07 +01:00 |
|
pabloFuente
|
1a8acd6f0c
|
Update docker-compose file to 2.24.0
|
2022-11-18 12:42:44 +01:00 |
|
pabloFuente
|
94c5ad74b2
|
Release 2.24.0
|
2022-11-18 12:40:54 +01:00 |
|
Carlos Santos
|
e2355cd336
|
Added openvidu-speech-to-text tutorial
|
2022-11-15 11:46:43 +01:00 |
|
Carlos Santos
|
d0c7bfb22d
|
openvidu-fault-tolerance: Updated dependencies and version to 2.23.0
|
2022-11-04 12:38:17 +01:00 |
|
Carlos Santos
|
c34638be94
|
Merge pull request #185 from OpenVidu/feat_android_webrtc
openvidu-android: Updated webrtc sdk
- Updated webrtc sdk using an alternative repository https://github.com/webrtc-sdk/android instead of the deprecated and official Google library
- Removed enableDtlsSrtp from PeerConnection config.
enableDtlsSrtp is not longer exported as public configuration parameter (https://webrtc-review.googlesource.com/c/src/+/234864/10/sdk/android/api/org/webrtc/PeerConnection.java)
|
2022-11-03 17:50:57 +01:00 |
|
Carlos Santos
|
722f8de465
|
openvidu-android: Updated webrtc sdk
Updated webrtc sdk using an alternative repository https://github.com/webrtc-sdk/android instead of the deprecated and official Google library
openvidu-android: Downgraded appcompat-resources to 1.4.2
Downgraded appcompat-resources to 1.4.2 for avoiding the targetSdk and compileSdk update
openvidu-android: Removed enableDtlsSrtp from PeerConnection config
enableDtlsSrtp is not longer exported as public configuration parameter (https://webrtc-review.googlesource.com/c/src/+/234864/10/sdk/android/api/org/webrtc/PeerConnection.java)
|
2022-11-03 17:40:30 +01:00 |
|
cruizba
|
9ec705c70a
|
Update demos with new environment variables
|
2022-10-26 18:32:13 +02:00 |
|
Carlos Santos
|
aacc3ec391
|
openvidu-react-native: Updated styles
|
2022-10-06 10:24:08 +02:00 |
|
pabloFuente
|
2d9c3ffda4
|
openvidu-ipcameras: update cameras URLs
|
2022-10-04 13:12:39 +02:00 |
|
pabloFuente
|
a216ab8bbb
|
Add openvidu-basic-php and openvidu-basic-ruby folders and READMEs
|
2022-09-29 11:06:16 +02:00 |
|
pabloFuente
|
6389a9ec72
|
openvidu-android: remove TODOs after 2.23.0
|
2022-09-29 10:50:37 +02:00 |
|
Carlos Santos
|
6e971ab6ee
|
openvidu-components: Added openvidu-admin-dashboard tutorial
|
2022-09-28 11:38:12 +02:00 |
|
Carlos Santos
|
32caac88ec
|
openvidu-components: Updated openvidu-angular dependency
|
2022-09-27 11:44:51 +02:00 |
|
Carlos Santos
|
e76b660a4a
|
Removed openvidu-call from tutorials
|
2022-09-27 11:08:05 +02:00 |
|
cruizba
|
7dbf5c3a6d
|
openvidu-call: Remove not needed headers
|
2022-09-24 02:31:56 +02:00 |
|
cruizba
|
6cc7ec0429
|
Remove run.sh script
|
2022-09-23 15:12:35 +02:00 |
|
cruizba
|
992388dff4
|
openvidu-call: Update openvidu-angular dependency to 2.23.1
|
2022-09-23 14:48:25 +02:00 |
|
csantosm
|
cf80c23b7b
|
Revert "openvidu-call: Updated dependencies to Angular 14"
This reverts commit 4ebb91d9d170da0dba14b356d3632afdc1c503ea.
|
2022-09-23 12:42:56 +02:00 |
|
cruizba
|
78c26d86cf
|
Configure Application Server in frontend apps with OPENVIDU_APPLICATION_SERVER_URL env variable
|
2022-09-22 18:08:56 +02:00 |
|
cruizba
|
9e01810e0e
|
Update create_image.sh to receive image as an argument
|
2022-09-22 16:22:38 +02:00 |
|
pabloFuente
|
563209afdf
|
openvidu-getaroom: use application server
|
2022-09-22 16:20:07 +02:00 |
|
pabloFuente
|
19817610fd
|
Release 2.23.0
|
2022-09-22 14:13:45 +02:00 |
|