Update to 2.10.0

This commit is contained in:
pabloFuente 2019-06-04 13:06:11 +02:00
parent b87650e6dc
commit 27949ebb8d
66 changed files with 107094 additions and 117057 deletions

File diff suppressed because it is too large Load Diff

View File

@ -5,8 +5,8 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>OpenVidu Electron</title> <title>OpenVidu Electron</title>
<link rel="styleSheet" href="style.css" type="text/css" media="screen"> <link rel="styleSheet" href="style.css" type="text/css" media="screen">
<script src="libraries/openvidu-browser-2.9.0.min.js"></script> <script src="openvidu-browser-2.10.0.js"></script>
<script src="libraries/axios.min.js"></script> <script src="axios.min.js"></script>
</head> </head>
<body> <body>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -14,7 +14,7 @@
<!-- Bootstrap --> <!-- Bootstrap -->
<link rel="stylesheet" href="style.css" type="text/css" media="screen"> <link rel="stylesheet" href="style.css" type="text/css" media="screen">
<script src="openvidu-browser-2.9.0.js"></script> <script src="openvidu-browser-2.10.0.js"></script>
<script src="app.js"></script> <script src="app.js"></script>
</head> </head>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -14,7 +14,7 @@
<!-- Bootstrap --> <!-- Bootstrap -->
<link rel="styleSheet" href="style.css" type="text/css" media="screen"> <link rel="styleSheet" href="style.css" type="text/css" media="screen">
<script src="openvidu-browser-2.9.0.js"></script> <script src="openvidu-browser-2.10.0.js"></script>
<script src="app.js"></script> <script src="app.js"></script>
</head> </head>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -5,7 +5,7 @@
<link rel="shortcut icon" href="resources/images/favicon.ico" type="image/x-icon"> <link rel="shortcut icon" href="resources/images/favicon.ico" type="image/x-icon">
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script> <script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<link rel="styleSheet" href="style.css" type="text/css" media="screen"> <link rel="styleSheet" href="style.css" type="text/css" media="screen">
<script src="openvidu-browser-2.9.0.js"></script> <script src="openvidu-browser-2.10.0.js"></script>
<script src="app.js"></script> <script src="app.js"></script>
</head> </head>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -14,7 +14,7 @@
"@angular/platform-browser": "7.2.14", "@angular/platform-browser": "7.2.14",
"@angular/platform-browser-dynamic": "7.2.14", "@angular/platform-browser-dynamic": "7.2.14",
"core-js": "2.6.5", "core-js": "2.6.5",
"openvidu-browser": "2.9.0", "openvidu-browser": "2.10.0",
"zone.js": "0.9.0" "zone.js": "0.9.0"
}, },
"devDependencies": { "devDependencies": {

View File

@ -14,7 +14,7 @@
<!-- Bootstrap --> <!-- Bootstrap -->
<link rel="stylesheet" href="style.css" type="text/css" media="screen"> <link rel="stylesheet" href="style.css" type="text/css" media="screen">
<script src="openvidu-browser-2.9.0.js"></script> <script src="openvidu-browser-2.10.0.js"></script>
<script src="app.js"></script> <script src="app.js"></script>
</head> </head>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"axios": "0.19.0", "axios": "0.19.0",
"openvidu-browser": "2.9.0", "openvidu-browser": "2.10.0",
"react": "16.8.6", "react": "16.8.6",
"react-dom": "16.8.6", "react-dom": "16.8.6",
"react-scripts": "3.0.0" "react-scripts": "3.0.0"

View File

@ -18,7 +18,7 @@
<script src="https://cdn.jsdelivr.net/npm/es6-promise@4/dist/es6-promise.auto.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/es6-promise@4/dist/es6-promise.auto.min.js"></script>
<link rel="stylesheet" href="style.css" type="text/css" media="screen"> <link rel="stylesheet" href="style.css" type="text/css" media="screen">
<script src="openvidu-browser-2.9.0.js"></script> <script src="openvidu-browser-2.10.0.js"></script>
<script src="app.js"></script> <script src="app.js"></script>
</head> </head>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -39,7 +39,7 @@
"cordova-plugin-whitelist": "1.3.3", "cordova-plugin-whitelist": "1.3.3",
"core-js": "2.6.5", "core-js": "2.6.5",
"ios-deploy": "1.9.4", "ios-deploy": "1.9.4",
"openvidu-browser": "2.9.0", "openvidu-browser": "2.10.0",
"rxjs": "6.5.1", "rxjs": "6.5.1",
"xcode": "1.0.0", "xcode": "1.0.0",
"zone.js": "0.9.0" "zone.js": "0.9.0"
@ -94,4 +94,4 @@
"browser" "browser"
] ]
} }
} }

View File

@ -55,7 +55,7 @@
<dependency> <dependency>
<groupId>io.openvidu</groupId> <groupId>io.openvidu</groupId>
<artifactId>openvidu-java-client</artifactId> <artifactId>openvidu-java-client</artifactId>
<version>2.9.0</version> <version>2.10.0</version>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -14,7 +14,7 @@
<!-- Bootstrap --> <!-- Bootstrap -->
<link rel="styleSheet" href="style.css" type="text/css" media="screen"> <link rel="styleSheet" href="style.css" type="text/css" media="screen">
<script src="openvidu-browser-2.9.0.js"></script> <script src="openvidu-browser-2.10.0.js"></script>
<script src="app.js"></script> <script src="app.js"></script>
<script> <script>
$(document).ready(function () { $(document).ready(function () {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -19,12 +19,12 @@
"integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI="
}, },
"axios": { "axios": {
"version": "0.18.0", "version": "0.19.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.18.0.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.0.tgz",
"integrity": "sha1-MtU+SFHv3AoRmTts0AB4nXDAUQI=", "integrity": "sha512-1uvKqKQta3KBxIz14F2v06AEHZ/dIoeKfbTRkK1E5oqjDnuEerLmYTgJB5AiQZHJcljpg1TuRzdjDR06qNk0DQ==",
"requires": { "requires": {
"follow-redirects": "^1.3.0", "follow-redirects": "1.5.10",
"is-buffer": "^1.1.5" "is-buffer": "^2.0.2"
} }
}, },
"base64-js": { "base64-js": {
@ -209,25 +209,20 @@
} }
}, },
"follow-redirects": { "follow-redirects": {
"version": "1.7.0", "version": "1.5.10",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.7.0.tgz", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz",
"integrity": "sha512-m/pZQy4Gj287eNy94nivy5wchN3Kp+Q5WgUPNy5lJSZ3sgkVKSYV/ZChMAQVIgx1SqfZ2zBZtPA2YlXIWxxJOQ==", "integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==",
"requires": { "requires": {
"debug": "^3.2.6" "debug": "=3.1.0"
}, },
"dependencies": { "dependencies": {
"debug": { "debug": {
"version": "3.2.6", "version": "3.1.0",
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",
"integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==",
"requires": { "requires": {
"ms": "^2.1.1" "ms": "2.0.0"
} }
},
"ms": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz",
"integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg=="
} }
} }
}, },
@ -276,9 +271,9 @@
"integrity": "sha512-M4Sjn6N/+O6/IXSJseKqHoFc+5FdGJ22sXqnjTpdZweHK64MzEPAyQZyEU3R/KRv2GLoa7nNtg/C2Ev6m7z+eA==" "integrity": "sha512-M4Sjn6N/+O6/IXSJseKqHoFc+5FdGJ22sXqnjTpdZweHK64MzEPAyQZyEU3R/KRv2GLoa7nNtg/C2Ev6m7z+eA=="
}, },
"is-buffer": { "is-buffer": {
"version": "1.1.6", "version": "2.0.3",
"resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.3.tgz",
"integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" "integrity": "sha512-U15Q7MXTuZlrbymiz95PJpZxu8IlipAp4dtS3wOdgPXx3mqBnslrWU14kxfHB+Py/+2PVKSr37dMAgM2A4uArw=="
}, },
"media-typer": { "media-typer": {
"version": "0.3.0", "version": "0.3.0",
@ -337,11 +332,11 @@
"integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==" "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA=="
}, },
"openvidu-node-client": { "openvidu-node-client": {
"version": "2.9.0", "version": "2.10.0",
"resolved": "https://registry.npmjs.org/openvidu-node-client/-/openvidu-node-client-2.9.0.tgz", "resolved": "https://registry.npmjs.org/openvidu-node-client/-/openvidu-node-client-2.10.0.tgz",
"integrity": "sha512-Me+HyehZaeU77PAojTuHnjK6xoskeeQ4Npq4QJnVnHDnpIWHnM9T9B1t4fM/4Je51cdPIhCN6tfkJ1wz+8YFbA==", "integrity": "sha512-j/vD4ZvbyRSVJPVY71s+NMpAvsMM4UaCgf/NDkcFWdyAq15s7KPAptQPaAy7eKEZD9u9xvOZzaJCSHsdg9iAuQ==",
"requires": { "requires": {
"axios": "0.18.0", "axios": "0.19.0",
"buffer": "5.2.1" "buffer": "5.2.1"
} }
}, },

View File

@ -20,6 +20,6 @@
"body-parser": "1.18.3", "body-parser": "1.18.3",
"express": "4.16.4", "express": "4.16.4",
"express-session": "1.16.1", "express-session": "1.16.1",
"openvidu-node-client": "2.9.0" "openvidu-node-client": "2.10.0"
} }
} }

View File

@ -14,7 +14,7 @@
<!-- Bootstrap --> <!-- Bootstrap -->
<link rel="styleSheet" href="style.css" type="text/css" media="screen"> <link rel="styleSheet" href="style.css" type="text/css" media="screen">
<script src="openvidu-browser-2.9.0.js"></script> <script src="openvidu-browser-2.10.0.js"></script>
<script src="app.js"></script> <script src="app.js"></script>
<script> <script>
$(document).ready(function () { $(document).ready(function () {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@
"@angular/platform-browser-dynamic": "7.2.14", "@angular/platform-browser-dynamic": "7.2.14",
"@angular/router": "7.2.14", "@angular/router": "7.2.14",
"core-js": "2.5.4", "core-js": "2.5.4",
"openvidu-angular": "2.9.0", "openvidu-angular": "2.10.0",
"rxjs": "6.5.1", "rxjs": "6.5.1",
"tslib": "1.9.3", "tslib": "1.9.3",
"zone.js": "0.9.0" "zone.js": "0.9.0"

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"axios": "0.19.0", "axios": "0.19.0",
"openvidu-react": "2.9.0", "openvidu-react": "2.10.0",
"react": "16.8.6", "react": "16.8.6",
"react-dom": "16.8.6", "react-dom": "16.8.6",
"react-scripts": "3.0.0" "react-scripts": "3.0.0"

View File

@ -55,7 +55,7 @@
<dependency> <dependency>
<groupId>io.openvidu</groupId> <groupId>io.openvidu</groupId>
<artifactId>openvidu-java-client</artifactId> <artifactId>openvidu-java-client</artifactId>
<version>2.9.0</version> <version>2.10.0</version>
</dependency> </dependency>
</dependencies> </dependencies>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -14,7 +14,7 @@
<!-- Bootstrap --> <!-- Bootstrap -->
<link rel="styleSheet" href="style.css" type="text/css" media="screen"></link> <link rel="styleSheet" href="style.css" type="text/css" media="screen"></link>
<script src="openvidu-browser-2.9.0.js"></script> <script src="openvidu-browser-2.10.0.js"></script>
</head> </head>
<body> <body>

View File

@ -5,12 +5,12 @@
"requires": true, "requires": true,
"dependencies": { "dependencies": {
"accepts": { "accepts": {
"version": "1.3.5", "version": "1.3.7",
"resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.5.tgz", "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz",
"integrity": "sha1-63d99gEXI6OxTopywIBcjoZ0a9I=", "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==",
"requires": { "requires": {
"mime-types": "~2.1.18", "mime-types": "~2.1.24",
"negotiator": "0.6.1" "negotiator": "0.6.2"
} }
}, },
"array-flatten": { "array-flatten": {
@ -19,12 +19,12 @@
"integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI="
}, },
"axios": { "axios": {
"version": "0.18.0", "version": "0.19.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.18.0.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.0.tgz",
"integrity": "sha1-MtU+SFHv3AoRmTts0AB4nXDAUQI=", "integrity": "sha512-1uvKqKQta3KBxIz14F2v06AEHZ/dIoeKfbTRkK1E5oqjDnuEerLmYTgJB5AiQZHJcljpg1TuRzdjDR06qNk0DQ==",
"requires": { "requires": {
"follow-redirects": "^1.3.0", "follow-redirects": "1.5.10",
"is-buffer": "^1.1.5" "is-buffer": "^2.0.2"
} }
}, },
"base64-js": { "base64-js": {
@ -214,25 +214,20 @@
} }
}, },
"follow-redirects": { "follow-redirects": {
"version": "1.7.0", "version": "1.5.10",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.7.0.tgz", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz",
"integrity": "sha512-m/pZQy4Gj287eNy94nivy5wchN3Kp+Q5WgUPNy5lJSZ3sgkVKSYV/ZChMAQVIgx1SqfZ2zBZtPA2YlXIWxxJOQ==", "integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==",
"requires": { "requires": {
"debug": "^3.2.6" "debug": "=3.1.0"
}, },
"dependencies": { "dependencies": {
"debug": { "debug": {
"version": "3.2.6", "version": "3.1.0",
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",
"integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==",
"requires": { "requires": {
"ms": "^2.1.1" "ms": "2.0.0"
} }
},
"ms": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz",
"integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg=="
} }
} }
}, },
@ -276,14 +271,14 @@
"integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
}, },
"ipaddr.js": { "ipaddr.js": {
"version": "1.8.0", "version": "1.9.0",
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.8.0.tgz", "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.0.tgz",
"integrity": "sha1-6qM9bd16zo9/b+DJygRA5wZzix4=" "integrity": "sha512-M4Sjn6N/+O6/IXSJseKqHoFc+5FdGJ22sXqnjTpdZweHK64MzEPAyQZyEU3R/KRv2GLoa7nNtg/C2Ev6m7z+eA=="
}, },
"is-buffer": { "is-buffer": {
"version": "1.1.6", "version": "2.0.3",
"resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.3.tgz",
"integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" "integrity": "sha512-U15Q7MXTuZlrbymiz95PJpZxu8IlipAp4dtS3wOdgPXx3mqBnslrWU14kxfHB+Py/+2PVKSr37dMAgM2A4uArw=="
}, },
"media-typer": { "media-typer": {
"version": "0.3.0", "version": "0.3.0",
@ -306,16 +301,16 @@
"integrity": "sha512-KI1+qOZu5DcW6wayYHSzR/tXKCDC5Om4s1z2QJjDULzLcmf3DvzS7oluY4HCTrc+9FiKmWUgeNLg7W3uIQvxtQ==" "integrity": "sha512-KI1+qOZu5DcW6wayYHSzR/tXKCDC5Om4s1z2QJjDULzLcmf3DvzS7oluY4HCTrc+9FiKmWUgeNLg7W3uIQvxtQ=="
}, },
"mime-db": { "mime-db": {
"version": "1.38.0", "version": "1.40.0",
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.38.0.tgz", "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.40.0.tgz",
"integrity": "sha512-bqVioMFFzc2awcdJZIzR3HjZFX20QhilVS7hytkKrv7xFAn8bM1gzc/FOX2awLISvWe0PV8ptFKcon+wZ5qYkg==" "integrity": "sha512-jYdeOMPy9vnxEqFRRo6ZvTZ8d9oPb+k18PKoYNYUe2stVEBPPwsln/qWzdbmaIvnhZ9v2P+CuecK+fpUfsV2mA=="
}, },
"mime-types": { "mime-types": {
"version": "2.1.22", "version": "2.1.24",
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.22.tgz", "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.24.tgz",
"integrity": "sha512-aGl6TZGnhm/li6F7yx82bJiBZwgiEa4Hf6CNr8YO+r5UHr53tSTYZb102zyU50DOWWKeOv0uQLRL0/9EiKWCog==", "integrity": "sha512-WaFHS3MCl5fapm3oLxU4eYDw77IQM2ACcxQ9RIxfaC3ooc6PFuBMGZZsYpvoXS5D5QTWPieo1jjLdAm3TBP3cQ==",
"requires": { "requires": {
"mime-db": "~1.38.0" "mime-db": "1.40.0"
} }
}, },
"ms": { "ms": {
@ -324,9 +319,9 @@
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
}, },
"negotiator": { "negotiator": {
"version": "0.6.1", "version": "0.6.2",
"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz", "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz",
"integrity": "sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk=" "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw=="
}, },
"on-finished": { "on-finished": {
"version": "2.3.0", "version": "2.3.0",
@ -342,11 +337,11 @@
"integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==" "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA=="
}, },
"openvidu-node-client": { "openvidu-node-client": {
"version": "2.9.0", "version": "2.10.0",
"resolved": "https://registry.npmjs.org/openvidu-node-client/-/openvidu-node-client-2.9.0.tgz", "resolved": "https://registry.npmjs.org/openvidu-node-client/-/openvidu-node-client-2.10.0.tgz",
"integrity": "sha512-Me+HyehZaeU77PAojTuHnjK6xoskeeQ4Npq4QJnVnHDnpIWHnM9T9B1t4fM/4Je51cdPIhCN6tfkJ1wz+8YFbA==", "integrity": "sha512-j/vD4ZvbyRSVJPVY71s+NMpAvsMM4UaCgf/NDkcFWdyAq15s7KPAptQPaAy7eKEZD9u9xvOZzaJCSHsdg9iAuQ==",
"requires": { "requires": {
"axios": "0.18.0", "axios": "0.19.0",
"buffer": "5.2.1" "buffer": "5.2.1"
} }
}, },
@ -361,12 +356,12 @@
"integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w="
}, },
"proxy-addr": { "proxy-addr": {
"version": "2.0.4", "version": "2.0.5",
"resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.4.tgz", "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.5.tgz",
"integrity": "sha512-5erio2h9jp5CHGwcybmxmVqHmnCBZeewlfJ0pex+UW7Qny7OOZXTtH56TGNyBizkgiOwhJtMKrVzDTeKcySZwA==", "integrity": "sha512-t/7RxHXPH6cJtP0pRG6smSr9QJidhB+3kXu0KgXnbGYMgzEnUxRQ4/LDdfOwZEMyIh3/xHb8PX3t+lfL9z+YVQ==",
"requires": { "requires": {
"forwarded": "~0.1.2", "forwarded": "~0.1.2",
"ipaddr.js": "1.8.0" "ipaddr.js": "1.9.0"
} }
}, },
"qs": { "qs": {
@ -380,9 +375,9 @@
"integrity": "sha1-T2ih3Arli9P7lYSMMDJNt11kNgs=" "integrity": "sha1-T2ih3Arli9P7lYSMMDJNt11kNgs="
}, },
"range-parser": { "range-parser": {
"version": "1.2.0", "version": "1.2.1",
"resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz", "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
"integrity": "sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=" "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg=="
}, },
"raw-body": { "raw-body": {
"version": "2.3.3", "version": "2.3.3",
@ -454,12 +449,12 @@
"integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=" "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow="
}, },
"type-is": { "type-is": {
"version": "1.6.16", "version": "1.6.18",
"resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.16.tgz", "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
"integrity": "sha512-HRkVv/5qY2G6I8iab9cI7v1bOIdhm94dVjQCPFElW9W+3GeDOSHmy2EBYe4VTApuzolPcmgFTN3ftVJRKR2J9Q==", "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
"requires": { "requires": {
"media-typer": "0.3.0", "media-typer": "0.3.0",
"mime-types": "~2.1.18" "mime-types": "~2.1.24"
} }
}, },
"uid-safe": { "uid-safe": {

View File

@ -21,6 +21,6 @@
"ejs": "2.6.1", "ejs": "2.6.1",
"express": "4.16.4", "express": "4.16.4",
"express-session": "1.16.1", "express-session": "1.16.1",
"openvidu-node-client": "2.9.0" "openvidu-node-client": "2.10.0"
} }
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -14,7 +14,7 @@
<!-- Bootstrap --> <!-- Bootstrap -->
<link rel="styleSheet" href="style.css" type="text/css" media="screen"></link> <link rel="styleSheet" href="style.css" type="text/css" media="screen"></link>
<script src="openvidu-browser-2.9.0.js"></script> <script src="openvidu-browser-2.10.0.js"></script>
</head> </head>
<body> <body>

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@
}, },
"dependencies": { "dependencies": {
"axios": "0.19.0", "axios": "0.19.0",
"openvidu-browser": "2.9.0", "openvidu-browser": "2.10.0",
"react": "16.8.6", "react": "16.8.6",
"react-native": "0.59.8" "react-native": "0.59.8"
}, },

View File

@ -51,7 +51,7 @@
<dependency> <dependency>
<groupId>io.openvidu</groupId> <groupId>io.openvidu</groupId>
<artifactId>openvidu-java-client</artifactId> <artifactId>openvidu-java-client</artifactId>
<version>2.9.0</version> <version>2.10.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.junit.jupiter</groupId> <groupId>org.junit.jupiter</groupId>

View File

@ -17,7 +17,7 @@
<!-- Bootstrap --> <!-- Bootstrap -->
<link rel="styleSheet" href="style.css" type="text/css" media="screen"> <link rel="styleSheet" href="style.css" type="text/css" media="screen">
<script src="openvidu-browser-2.9.0.js"></script> <script src="openvidu-browser-2.10.0.js"></script>
<script src="app.js"></script> <script src="app.js"></script>
<script> <script>
$(document).ready(function () { $(document).ready(function () {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -19,12 +19,12 @@
"integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI="
}, },
"axios": { "axios": {
"version": "0.18.0", "version": "0.19.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.18.0.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.0.tgz",
"integrity": "sha1-MtU+SFHv3AoRmTts0AB4nXDAUQI=", "integrity": "sha512-1uvKqKQta3KBxIz14F2v06AEHZ/dIoeKfbTRkK1E5oqjDnuEerLmYTgJB5AiQZHJcljpg1TuRzdjDR06qNk0DQ==",
"requires": { "requires": {
"follow-redirects": "^1.3.0", "follow-redirects": "1.5.10",
"is-buffer": "^1.1.5" "is-buffer": "^2.0.2"
} }
}, },
"base64-js": { "base64-js": {
@ -187,25 +187,20 @@
} }
}, },
"follow-redirects": { "follow-redirects": {
"version": "1.7.0", "version": "1.5.10",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.7.0.tgz", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz",
"integrity": "sha512-m/pZQy4Gj287eNy94nivy5wchN3Kp+Q5WgUPNy5lJSZ3sgkVKSYV/ZChMAQVIgx1SqfZ2zBZtPA2YlXIWxxJOQ==", "integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==",
"requires": { "requires": {
"debug": "^3.2.6" "debug": "=3.1.0"
}, },
"dependencies": { "dependencies": {
"debug": { "debug": {
"version": "3.2.6", "version": "3.1.0",
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",
"integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==",
"requires": { "requires": {
"ms": "^2.1.1" "ms": "2.0.0"
} }
},
"ms": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz",
"integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg=="
} }
} }
}, },
@ -254,9 +249,9 @@
"integrity": "sha512-M4Sjn6N/+O6/IXSJseKqHoFc+5FdGJ22sXqnjTpdZweHK64MzEPAyQZyEU3R/KRv2GLoa7nNtg/C2Ev6m7z+eA==" "integrity": "sha512-M4Sjn6N/+O6/IXSJseKqHoFc+5FdGJ22sXqnjTpdZweHK64MzEPAyQZyEU3R/KRv2GLoa7nNtg/C2Ev6m7z+eA=="
}, },
"is-buffer": { "is-buffer": {
"version": "1.1.6", "version": "2.0.3",
"resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.3.tgz",
"integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" "integrity": "sha512-U15Q7MXTuZlrbymiz95PJpZxu8IlipAp4dtS3wOdgPXx3mqBnslrWU14kxfHB+Py/+2PVKSr37dMAgM2A4uArw=="
}, },
"media-typer": { "media-typer": {
"version": "0.3.0", "version": "0.3.0",
@ -310,11 +305,11 @@
} }
}, },
"openvidu-node-client": { "openvidu-node-client": {
"version": "2.9.0", "version": "2.10.0",
"resolved": "https://registry.npmjs.org/openvidu-node-client/-/openvidu-node-client-2.9.0.tgz", "resolved": "https://registry.npmjs.org/openvidu-node-client/-/openvidu-node-client-2.10.0.tgz",
"integrity": "sha512-Me+HyehZaeU77PAojTuHnjK6xoskeeQ4Npq4QJnVnHDnpIWHnM9T9B1t4fM/4Je51cdPIhCN6tfkJ1wz+8YFbA==", "integrity": "sha512-j/vD4ZvbyRSVJPVY71s+NMpAvsMM4UaCgf/NDkcFWdyAq15s7KPAptQPaAy7eKEZD9u9xvOZzaJCSHsdg9iAuQ==",
"requires": { "requires": {
"axios": "0.18.0", "axios": "0.19.0",
"buffer": "5.2.1" "buffer": "5.2.1"
} }
}, },

View File

@ -19,6 +19,6 @@
"dependencies": { "dependencies": {
"body-parser": "1.18.3", "body-parser": "1.18.3",
"express": "4.16.4", "express": "4.16.4",
"openvidu-node-client": "2.9.0" "openvidu-node-client": "2.10.0"
} }
} }

View File

@ -17,7 +17,7 @@
<!-- Bootstrap --> <!-- Bootstrap -->
<link rel="styleSheet" href="style.css" type="text/css" media="screen"> <link rel="styleSheet" href="style.css" type="text/css" media="screen">
<script src="openvidu-browser-2.9.0.js"></script> <script src="openvidu-browser-2.10.0.js"></script>
<script src="app.js"></script> <script src="app.js"></script>
<script> <script>
$(document).ready(function () { $(document).ready(function () {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -8,8 +8,8 @@
crossorigin="anonymous"></script> crossorigin="anonymous"></script>
<script src="app.js"></script> <script src="app.js"></script>
<script src="openvidu-webcomponent-2.9.0.js"></script> <script src="openvidu-webcomponent-2.10.0.js"></script>
<link rel="stylesheet" href="openvidu-webcomponent-2.9.0.css"> <link rel="stylesheet" href="openvidu-webcomponent-2.10.0.css">
</head> </head>
<body> <body>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -5,7 +5,7 @@ echo "## Updating openvidu-tutorials"
find -type f -name 'package-lock.json' -exec rm {} \; find -type f -name 'package-lock.json' -exec rm {} \;
find -type d -name 'node_modules' -exec rm -rf {} \; find -type d -name 'node_modules' -exec rm -rf {} \;
# Updating openvidu-browser dependencies in package.json files [openvidu-insecure-angular, openvidu-insecure-react, openvidu-ionic] # Updating openvidu-browser dependencies in package.json files [openvidu-insecure-angular, openvidu-insecure-react, openvidu-ionic, openvidu-react-native]
find . -type f -name 'package.json' -not \( -path '*/node_modules/*' -o -path '*/package-lock.json' \) -exec sed -i "s/\"openvidu-browser\": \"$FROM_VERSION\"/\"openvidu-browser\": \"$TO_VERSION\"/" {} \; find . -type f -name 'package.json' -not \( -path '*/node_modules/*' -o -path '*/package-lock.json' \) -exec sed -i "s/\"openvidu-browser\": \"$FROM_VERSION\"/\"openvidu-browser\": \"$TO_VERSION\"/" {} \;
# Updating openvidu-react dependencies in package.json files [openvidu-library-react] # Updating openvidu-react dependencies in package.json files [openvidu-library-react]
@ -27,12 +27,12 @@ for tutorial in openvidu-insecure-angular openvidu-insecure-react openvidu-libra
cd $tutorial && npm install && cd .. cd $tutorial && npm install && cd ..
done done
# Update every <script src="openvidu-browser-VERSION.js"></script> import in every *.html or *.ejs file (10 files changed) # Update every <script src="openvidu-browser-VERSION.js"></script> import in every *.html or *.ejs file (13 files changed)
for file in *.html *.ejs; do for file in *.html *.ejs; do
find . -type f -name $file -not \( -path '*/node_modules/*' -o -path '*/package-lock.json' \) -exec sed -i "s/<script src=\"openvidu-browser-$FROM_VERSION.js\"><\/script>/<script src=\"openvidu-browser-$TO_VERSION.js\"><\/script>/" {} \; find . -type f -name $file -not \( -path '*/node_modules/*' -o -path '*/package-lock.json' \) -exec sed -i "s/<script src=\"openvidu-browser-$FROM_VERSION.js\"><\/script>/<script src=\"openvidu-browser-$TO_VERSION.js\"><\/script>/" {} \;
done done
# Update every openvidu-browser-VERSION.js file (10 files changed) # Update every openvidu-browser-VERSION.js file (12 files changed)
wget https://github.com/OpenVidu/openvidu/releases/download/v$TO_VERSION/openvidu-browser-$TO_VERSION.js wget https://github.com/OpenVidu/openvidu/releases/download/v$TO_VERSION/openvidu-browser-$TO_VERSION.js
readarray array < <(find -name "openvidu-browser-$FROM_VERSION.js" -printf "%h\n" | sort -u) readarray array < <(find -name "openvidu-browser-$FROM_VERSION.js" -printf "%h\n" | sort -u)
for directory in ${array[@]}; do for directory in ${array[@]}; do

View File

@ -5,7 +5,7 @@ echo "## Updating openvidu-tutorials"
find -type f -name 'package-lock.json' -exec rm {} \; find -type f -name 'package-lock.json' -exec rm {} \;
find -type d -name 'node_modules' -exec rm -rf {} \; find -type d -name 'node_modules' -exec rm -rf {} \;
# Updating openvidu-browser dependencies in package.json files [openvidu-insecure-angular, openvidu-insecure-react, openvidu-ionic] # Updating openvidu-browser dependencies in package.json files [openvidu-insecure-angular, openvidu-insecure-react, openvidu-ionic, openvidu-react-native]
find . -type f -name 'package.json' -not \( -path '*/node_modules/*' -o -path '*/package-lock.json' \) -exec sed -i "s/\"openvidu-browser\": \"$FROM_VERSION\"/\"openvidu-browser\": \"$TO_VERSION\"/" {} \; find . -type f -name 'package.json' -not \( -path '*/node_modules/*' -o -path '*/package-lock.json' \) -exec sed -i "s/\"openvidu-browser\": \"$FROM_VERSION\"/\"openvidu-browser\": \"$TO_VERSION\"/" {} \;
# Updating openvidu-react dependencies in package.json files [openvidu-library-react] # Updating openvidu-react dependencies in package.json files [openvidu-library-react]
@ -19,12 +19,12 @@ for tutorial in openvidu-insecure-angular openvidu-insecure-react openvidu-libra
cd $tutorial && npm install && cd .. cd $tutorial && npm install && cd ..
done done
# Update every <script src="openvidu-browser-VERSION.js"></script> import in every *.html or *.ejs file (10 files changed) # Update every <script src="openvidu-browser-VERSION.js"></script> import in every *.html or *.ejs file (13 files changed)
for file in *.html *.ejs; do for file in *.html *.ejs; do
find . -type f -name $file -not \( -path '*/node_modules/*' -o -path '*/package-lock.json' \) -exec sed -i "s/<script src=\"openvidu-browser-$FROM_VERSION.js\"><\/script>/<script src=\"openvidu-browser-$TO_VERSION.js\"><\/script>/" {} \; find . -type f -name $file -not \( -path '*/node_modules/*' -o -path '*/package-lock.json' \) -exec sed -i "s/<script src=\"openvidu-browser-$FROM_VERSION.js\"><\/script>/<script src=\"openvidu-browser-$TO_VERSION.js\"><\/script>/" {} \;
done done
# Update every openvidu-browser-VERSION.js file (10 files changed) # Update every openvidu-browser-VERSION.js file (12 files changed)
wget https://github.com/OpenVidu/openvidu/releases/download/v$TO_VERSION/openvidu-browser-$TO_VERSION.js wget https://github.com/OpenVidu/openvidu/releases/download/v$TO_VERSION/openvidu-browser-$TO_VERSION.js
readarray array < <(find -name "openvidu-browser-$FROM_VERSION.js" -printf "%h\n" | sort -u) readarray array < <(find -name "openvidu-browser-$FROM_VERSION.js" -printf "%h\n" | sort -u)
for directory in ${array[@]}; do for directory in ${array[@]}; do