557 Commits

Author SHA1 Message Date
cruizba
6e7783628c Fix recording tutorials in production environments because of path conflict 2022-04-05 18:29:19 +02:00
csantosm
3581f47d7b openvidu-react-native: Allowed join as subscriber
Allow join as subscriber
Fixed android platform
2022-03-31 18:00:43 +02:00
csantosm
f50f989a03 openvidu-call: Updated syles 2022-03-30 13:08:42 +02:00
csantosm
1f5128057e openvidu-call: cleaned code 2022-03-29 11:53:39 +02:00
csantosm
484418d6d1 openvidu-webcomponent: Updated with new openvidu-angular version 2022-03-28 11:16:03 +02:00
pabloFuente
c26cd94f5a openvidu-recording-java: remove test header 2022-03-18 14:44:05 +01:00
Pablo Fuente Pérez
3e3a8fac53
Update README.md 2022-03-10 14:14:38 +01:00
Pablo Fuente Pérez
e22e7dcf14
Update README.md 2022-03-10 14:13:25 +01:00
csantosm
62b35fb772 openvidu-call: Updated dependencies 2022-03-09 16:19:36 +01:00
csantosm
d43112d380 openvidu-call: Added dockerignore file 2022-03-09 16:19:21 +01:00
csantosm
174efd6fac openvidu-call: Removed webcomponent tests 2022-03-09 16:19:03 +01:00
csantosm
85012630fb openvidu-call: Added openvidu-call project as tutorial 2022-03-09 15:58:33 +01:00
csantosm
d2af6e68b3 openvidu-ionic: Updated dependencies 2022-03-08 16:29:24 +01:00
pabloFuente
408736ec8a Update openvidu-java-client to 2.21.1 2022-03-03 22:04:04 +01:00
pabloFuente
02fa9b4ccb Release 2.21.0 2022-03-03 18:05:03 +01:00
csantosm
f39d38fe14 openvidu-insecure-react: Added switching camera feature 2021-11-26 11:56:36 +01:00
Juan Navarro
aac2f5e80c android: add stored remote ICE candidates after SDP Offer/Answer finishes
ICE candidates are emitted asynchronously, so by the time that SDP messages
have been exchanged, some remote candidates might have already arrived and
stored in temporary variables.

These candidates must be added to the PeerConnection, to make sure that none
is left out!

Corresponds to equivalent code in OpenVidu-Browser:
https://github.com/OpenVidu/openvidu/blob/v2.20.0/openvidu-browser/src/OpenViduInternal/WebRtcPeer/WebRtcPeer.ts#L140-L148
2021-11-05 15:47:36 +01:00
Juan Navarro
0f64ad7a62 android: do NOT mix addTrack() and addTransceiver() APIs
The PeerConnection API went through a transition from Track-based to
Transceiver-based API. Nowadays, it's a very common mistake to mix them
inconsistently, especially caused by Google- or StackOverflow-based
development, because examples online tend to be old and BAD.

Corresponds to equivalent code in OpenVidu-Browser:
https://github.com/OpenVidu/openvidu/blob/v2.20.0/openvidu-browser/src/OpenViduInternal/WebRtcPeer/WebRtcPeer.ts#L187-L248
2021-11-05 15:47:24 +01:00
cruizba
8bed5d36c5 Fix demos webinar proxy url 2021-10-15 18:59:42 +02:00
cruizba
1ddfa8e4b9 Add screenshare tutorial, update and fixes demos infrastructure
- Added new tutorial for screenshare
- Update FROM of all demos docker images
- Don't use upstream in nginx. This will make nginx stop when a domain is not reachable on startup.
2021-10-15 16:51:55 +02:00
csantosm
fc2a2cdf08 react-native-webrtc: force rendering view after reconnection 2021-10-15 12:53:00 +02:00
cruizba
ceb58d28be Fix OPENVIDU_URL in insecure docker tutorials
OPENVIDU_URL is used properly in docker images serving nginx static insecure tutorials.
Before, location.hostname was always used
2021-10-15 00:48:24 +02:00
cruizba
0b2f84d7af Add insecure-js-screen-share tutorial 2021-10-15 00:48:24 +02:00
cruizba
1b8d5a7de4 Update copyright date 2021-10-15 00:48:24 +02:00
csantosm
d6f0e173e5 react-native-webrtc: Added reconnection events 2021-10-14 13:35:12 +02:00
csantosm
c62a8a51d3 react-native-webrtc: Updated webrtc module android path 2021-10-14 13:34:46 +02:00
pabloFuente
144a93346f Update README doc badge 2021-10-07 12:46:20 +02:00
pabloFuente
9706bd69da Release 2.20.0 2021-09-23 14:28:01 +02:00
csantosm
35c0bf9eb6 openvidu-react-native: Updated dependencies 2021-08-03 14:16:22 +02:00
csantosm
2592876a8c openvidu-react-native: Formatted code 2021-08-03 13:55:04 +02:00
pabloFuente
e2c45363f7 Release 2.19.0 2021-07-26 16:49:36 +02:00
pabloFuente
14cc3b9d43 openvidu-react-native: iOS Podfile updated 2021-07-08 13:37:02 +02:00
pabloFuente
bd59eedada openvidu-ionic: dependencies update 2021-07-08 10:26:51 +02:00
pabloFuente
f86de7806b Updated openvidu-react-native with minor changes 2021-07-07 12:56:39 +02:00
CSantos
126284550d openvidu-electron: update dependencies 2021-06-29 14:38:52 +02:00
csantosm
351e65c8a2 openvidu-react-native: Disabled join button after click 2021-06-09 11:03:27 +02:00
csantosm
34545e223a openvidu-react-native: Updated dependencies 2021-06-09 11:02:55 +02:00
Carlos Santos
3cd15f9f5d
Merge pull request #158 from DavidRodriguezRay/master
Disabled join button after click
2021-06-09 08:45:17 +02:00
david
4d28335a01 modification to disable join button after click to avoid duplicate media 2021-06-08 18:19:04 +02:00
csantosm
a3ee7df193 openvidu-adnroid: Fixed unexpected exception 2021-06-08 13:47:37 +02:00
csantosm
213f3cade6 react-native: Updated dependencies 2021-06-04 12:51:01 +02:00
pabloFuente
cce68e7b14 openvidu-android compatible with both subscription directions 2021-06-03 12:01:24 +02:00
pabloFuente
09f7592868 openvidu-android: updated config files 2021-06-03 11:46:26 +02:00
cruizba
c1b9fc17ae Updated docker-compose and create-image for 2.18.0 2021-06-02 21:49:43 +02:00
cruizba
d2fd1c24aa Fix center login 2021-06-02 21:33:55 +02:00
Carlos Santos
6efa972ec8
Merge pull request #155 from DavidRodriguezRay/master
Disabled join button after click
2021-06-02 19:21:23 +02:00
pabloFuente
7a1e8b18fe Update create_image.sh scripts 2021-06-02 13:45:18 +02:00
pabloFuente
2ac6051f54 Release 2.18.0 2021-06-02 13:29:05 +02:00
david
5243cd49d6 add function for enable the join button when an error requesting the token occurs 2021-06-02 12:19:38 +02:00
david
1e91ae1770 enable the join button when an error requesting the token occurs 2021-06-02 11:32:04 +02:00