Skip to content

Commit

Permalink
Release 2.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente committed Jul 26, 2021
1 parent 14cc3b9 commit e2c4536
Show file tree
Hide file tree
Showing 74 changed files with 180,406 additions and 191,917 deletions.
10 changes: 5 additions & 5 deletions docker/openvidu-demos-docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,35 @@ version: '3.1'
services:

openvidu-basic-videoconference:
image: openvidu/openvidu-basic-videoconference:2.18.0
image: openvidu/openvidu-basic-videoconference:2.19.0
restart: on-failure
environment:
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP:-}:${HTTPS_PORT:-443}
- OPENVIDU_SECRET=${OPENVIDU_SECRET:-}

openvidu-basic-webinar:
image: openvidu/openvidu-basic-webinar:2.18.0
image: openvidu/openvidu-basic-webinar:2.19.0
restart: on-failure
environment:
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP:-}:${HTTPS_PORT:-443}
- OPENVIDU_SECRET=${OPENVIDU_SECRET:-}

openvidu-classroom:
image: openvidu/openvidu-classroom:2.18.0
image: openvidu/openvidu-classroom:2.19.0
restart: on-failure
environment:
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP:-}:${HTTPS_PORT:-443}
- OPENVIDU_SECRET=${OPENVIDU_SECRET:-}

openvidu-getaroom:
image: openvidu/openvidu-getaroom:2.18.0
image: openvidu/openvidu-getaroom:2.19.0
restart: on-failure
environment:
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP:-}:${HTTPS_PORT:-443}
- OPENVIDU_SECRET=${OPENVIDU_SECRET:-}

openvidu-call:
image: openvidu/openvidu-call:2.18.0-demos
image: openvidu/openvidu-call:2.19.0-demos
restart: on-failure
environment:
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP:-}:${HTTPS_PORT:-443}
Expand Down
715 changes: 402 additions & 313 deletions openvidu-electron/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openvidu-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openvidu-electron",
"productName": "openvidu-electron",
"version": "2.18.0",
"version": "2.19.0",
"description": "OpenVidu Electron Tutorial",
"main": "src/main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion openvidu-electron/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta charset="UTF-8">
<title>OpenVidu Electron</title>
<link rel="styleSheet" href="style.css" type="text/css" media="screen">
<script src="openvidu-browser-2.18.0.js"></script>
<script src="openvidu-browser-2.19.0.js"></script>
<script src="axios.min.js"></script>
<script src="app.js"></script>
</head>
Expand Down
Loading

0 comments on commit e2c4536

Please sign in to comment.