Release 2.27.0

This commit is contained in:
jenkinsopenvidu 2023-05-03 11:38:36 +00:00
parent ab18d24c2b
commit 30f6587d13
106 changed files with 205396 additions and 204006 deletions

View File

@ -3,7 +3,7 @@ version: '3.1'
services:
openvidu-js-screen-share-demo:
image: openvidu/openvidu-js-screen-share-demo:2.26.0
image: openvidu/openvidu-js-screen-share-demo:2.27.0
restart: on-failure
environment:
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP:-}:${HTTPS_PORT:-443}
@ -11,7 +11,7 @@ services:
- OPENVIDU_APPLICATION_SERVER_URL=https://${DOMAIN_OR_PUBLIC_IP:-}:${HTTPS_PORT:-443}
openvidu-js-demo:
image: openvidu/openvidu-js-demo:2.26.0
image: openvidu/openvidu-js-demo:2.27.0
restart: on-failure
environment:
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP:-}:${HTTPS_PORT:-443}
@ -19,21 +19,21 @@ services:
- OPENVIDU_APPLICATION_SERVER_URL=https://${DOMAIN_OR_PUBLIC_IP:-}:${HTTPS_PORT:-443}
openvidu-roles-java-demo:
image: openvidu/openvidu-roles-java-demo:2.26.0
image: openvidu/openvidu-roles-java-demo:2.27.0
restart: on-failure
environment:
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP:-}:${HTTPS_PORT:-443}
- OPENVIDU_SECRET=${OPENVIDU_SECRET:-}
openvidu-classroom-demo:
image: openvidu/openvidu-classroom-demo:2.26.0
image: openvidu/openvidu-classroom-demo:2.27.0
restart: on-failure
environment:
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP:-}:${HTTPS_PORT:-443}
- OPENVIDU_SECRET=${OPENVIDU_SECRET:-}
openvidu-getaroom-demo:
image: openvidu/openvidu-getaroom-demo:2.26.0
image: openvidu/openvidu-getaroom-demo:2.27.0
restart: on-failure
environment:
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP:-}:${HTTPS_PORT:-443}
@ -41,7 +41,7 @@ services:
- OPENVIDU_APPLICATION_SERVER_URL=https://${DOMAIN_OR_PUBLIC_IP:-}:${HTTPS_PORT:-443}
openvidu-call:
image: openvidu/openvidu-call:2.26.0-demos
image: openvidu/openvidu-call:2.27.0-demos
restart: on-failure
environment:
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP:-}:${HTTPS_PORT:-443}
@ -54,14 +54,14 @@ services:
- CALL_RECORDING=${CALL_RECORDING:-}
openvidu-basic-node-demo:
image: openvidu/openvidu-basic-node-demo:2.26.0
image: openvidu/openvidu-basic-node-demo:2.27.0
restart: on-failure
environment:
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP:-}:${HTTPS_PORT:-443}
- OPENVIDU_SECRET=${OPENVIDU_SECRET:-}
demos-page:
image: openvidu/openvidu-demo-proxy:2.26.0
image: openvidu/openvidu-demo-proxy:2.27.0
restart: on-failure
ports:
- "5442:80"

View File

@ -232,7 +232,7 @@ public class CustomWebSocket extends AsyncTask<SessionActivity, Void, Void> impl
joinRoomParams.put("session", this.session.getId());
joinRoomParams.put("platform", "Android " + android.os.Build.VERSION.SDK_INT);
joinRoomParams.put("token", this.session.getToken());
joinRoomParams.put("sdkVersion", "2.26.0");
joinRoomParams.put("sdkVersion", "2.27.0");
this.ID_JOINROOM.set(this.sendJson(JsonConstants.JOINROOM_METHOD, joinRoomParams));
}

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "openvidu-angular",
"version": "2.26.0",
"version": "2.27.0",
"license": "Apache-2.0",
"scripts": {
"start": "./node_modules/@angular/cli/bin/ng.js serve",
@ -16,7 +16,7 @@
"@angular/platform-browser": "15.0.4",
"@angular/platform-browser-dynamic": "15.0.4",
"@angular/router": "15.0.4",
"openvidu-browser": "2.26.0",
"openvidu-browser": "2.27.0",
"rxjs": "7.8.0",
"tslib": "2.4.1",
"zone.js": "0.12.0"

View File

@ -5,7 +5,7 @@
<groupId>io.openvidu</groupId>
<artifactId>openvidu-basic-java</artifactId>
<version>2.26.0</version>
<version>2.27.0</version>
<packaging>jar</packaging>
<name>openvidu-basic-java</name>
@ -33,7 +33,7 @@
<dependency>
<groupId>io.openvidu</groupId>
<artifactId>openvidu-java-client</artifactId>
<version>2.26.0</version>
<version>2.27.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>

View File

@ -1,18 +1,18 @@
{
"name": "openvidu-basic-node",
"version": "2.26.0",
"version": "2.27.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "openvidu-basic-node",
"version": "2.26.0",
"version": "2.27.0",
"dependencies": {
"body-parser": "1.20.0",
"cors": "2.8.5",
"dotenv": "16.0.1",
"express": "4.18.1",
"openvidu-node-client": "2.26.2"
"openvidu-node-client": "2.27.0"
}
},
"node_modules/accepts": {
@ -549,9 +549,9 @@
}
},
"node_modules/openvidu-node-client": {
"version": "2.26.2",
"resolved": "https://registry.npmjs.org/openvidu-node-client/-/openvidu-node-client-2.26.2.tgz",
"integrity": "sha512-3xUgQhgIsUHUxgpQCHJnv6hfYg61z+iEyrWKqtaCCF0G/Q1VjIZQ4aOgF4eGOMotno4siTYUtSaVopp7x31Tlg==",
"version": "2.27.0",
"resolved": "https://registry.npmjs.org/openvidu-node-client/-/openvidu-node-client-2.27.0.tgz",
"integrity": "sha512-4shcYYE9GHKEQltnjeVxFB6iIaCmDYYhp++n9LBmqIgeJDMM/PwwBga3UCKkYbJb3NgqK7yUvypOBCk8e1JEpQ==",
"dependencies": {
"axios": "0.27.2",
"buffer": "6.0.3"

View File

@ -1,12 +1,12 @@
{
"name": "openvidu-basic-node",
"version": "2.26.0",
"version": "2.27.0",
"main": "index.js",
"dependencies": {
"body-parser": "1.20.0",
"cors": "2.8.5",
"dotenv": "16.0.1",
"express": "4.18.1",
"openvidu-node-client": "2.26.2"
"openvidu-node-client": "2.27.0"
}
}

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "openvidu-additional-panels",
"version": "2.26.0",
"version": "2.27.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
@ -20,7 +20,7 @@
"@angular/platform-browser": "^14.2.11",
"@angular/platform-browser-dynamic": "^14.2.11",
"@angular/router": "^14.2.11",
"openvidu-angular": "2.26.0",
"openvidu-angular": "2.27.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "openvidu-admin-dashboard",
"version": "2.26.0",
"version": "2.27.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
@ -20,7 +20,7 @@
"@angular/platform-browser": "^14.2.11",
"@angular/platform-browser-dynamic": "^14.2.11",
"@angular/router": "^14.2.11",
"openvidu-angular": "2.26.0",
"openvidu-angular": "2.27.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "openvidu-custom-activities-panel",
"version": "2.26.0",
"version": "2.27.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
@ -20,7 +20,7 @@
"@angular/platform-browser": "^14.2.11",
"@angular/platform-browser-dynamic": "^14.2.11",
"@angular/router": "^14.2.11",
"openvidu-angular": "2.26.0",
"openvidu-angular": "2.27.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "openvidu-custom-chat-panel",
"version": "2.26.0",
"version": "2.27.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
@ -20,7 +20,7 @@
"@angular/platform-browser": "^14.2.11",
"@angular/platform-browser-dynamic": "^14.2.11",
"@angular/router": "^14.2.11",
"openvidu-angular": "2.26.0",
"openvidu-angular": "2.27.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "openvidu-custom-layout",
"version": "2.26.0",
"version": "2.27.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
@ -20,7 +20,7 @@
"@angular/platform-browser": "^14.2.11",
"@angular/platform-browser-dynamic": "^14.2.11",
"@angular/router": "^14.2.11",
"openvidu-angular": "2.26.0",
"openvidu-angular": "2.27.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "openvidu-custom-panels",
"version": "2.26.0",
"version": "2.27.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
@ -20,7 +20,7 @@
"@angular/platform-browser": "^14.2.11",
"@angular/platform-browser-dynamic": "^14.2.11",
"@angular/router": "^14.2.11",
"openvidu-angular": "2.26.0",
"openvidu-angular": "2.27.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"

View File

@ -1,6 +1,6 @@
{
"name": "openvidu-custom-participant-panel-item-elements",
"version": "2.26.0",
"version": "2.27.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
@ -20,7 +20,7 @@
"@angular/platform-browser": "^14.2.11",
"@angular/platform-browser-dynamic": "^14.2.11",
"@angular/router": "^14.2.11",
"openvidu-angular": "2.26.0",
"openvidu-angular": "2.27.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "openvidu-custom-participant-panel-item",
"version": "2.26.0",
"version": "2.27.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
@ -20,7 +20,7 @@
"@angular/platform-browser": "^14.2.11",
"@angular/platform-browser-dynamic": "^14.2.11",
"@angular/router": "^14.2.11",
"openvidu-angular": "2.26.0",
"openvidu-angular": "2.27.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "openvidu-custom-participants-panel",
"version": "2.26.0",
"version": "2.27.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
@ -20,7 +20,7 @@
"@angular/platform-browser": "^14.2.11",
"@angular/platform-browser-dynamic": "^14.2.11",
"@angular/router": "^14.2.11",
"openvidu-angular": "2.26.0",
"openvidu-angular": "2.27.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "openvidu-custom-stream",
"version": "2.26.0",
"version": "2.27.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
@ -20,7 +20,7 @@
"@angular/platform-browser": "^14.2.11",
"@angular/platform-browser-dynamic": "^14.2.11",
"@angular/router": "^14.2.11",
"openvidu-angular": "2.26.0",
"openvidu-angular": "2.27.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "openvidu-custom-toolbar",
"version": "2.26.0",
"version": "2.27.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
@ -20,7 +20,7 @@
"@angular/platform-browser": "^14.2.11",
"@angular/platform-browser-dynamic": "^14.2.11",
"@angular/router": "^14.2.11",
"openvidu-angular": "2.26.0",
"openvidu-angular": "2.27.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"

View File

@ -7,6 +7,6 @@
"cors": "2.8.5",
"dotenv": "16.0.1",
"express": "4.18.1",
"openvidu-node-client": "2.26.2"
"openvidu-node-client": "2.27.0"
}
}

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "openvidu-custom-ui",
"version": "2.26.0",
"version": "2.27.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
@ -20,7 +20,7 @@
"@angular/platform-browser": "^14.2.11",
"@angular/platform-browser-dynamic": "^14.2.11",
"@angular/router": "^14.2.11",
"openvidu-angular": "2.26.0",
"openvidu-angular": "2.27.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "openvidu-toggle-hand",
"version": "2.26.0",
"version": "2.27.0",
"scripts": {
"ng": "ng",
"start": "ng serve --configuration development",
@ -19,7 +19,7 @@
"@angular/platform-browser": "14.2.11",
"@angular/platform-browser-dynamic": "14.2.11",
"@angular/router": "14.2.11",
"openvidu-angular": "2.26.0",
"openvidu-angular": "2.27.0",
"rxjs": "7.5.2",
"tslib": "2.0.0",
"zone.js": "0.11.4"

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "openvidu-toolbar-buttons",
"version": "2.26.0",
"version": "2.27.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
@ -20,7 +20,7 @@
"@angular/platform-browser": "^14.2.11",
"@angular/platform-browser-dynamic": "^14.2.11",
"@angular/router": "^14.2.11",
"openvidu-angular": "2.26.0",
"openvidu-angular": "2.27.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "openvidu-toolbar-panel-buttons",
"version": "2.26.0",
"version": "2.27.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
@ -20,7 +20,7 @@
"@angular/platform-browser": "^14.2.11",
"@angular/platform-browser-dynamic": "^14.2.11",
"@angular/router": "^14.2.11",
"openvidu-angular": "2.26.0",
"openvidu-angular": "2.27.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"

View File

@ -1,18 +1,18 @@
{
"name": "openvidu-electron",
"version": "2.26.0",
"version": "2.27.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "openvidu-electron",
"version": "2.26.0",
"version": "2.27.0",
"license": "Apache-2.0",
"dependencies": {
"@electron/remote": "2.0.8",
"axios": "0.27.2",
"electron-squirrel-startup": "1.0.0",
"openvidu-browser": "2.26.0"
"openvidu-browser": "2.27.0"
},
"devDependencies": {
"@electron-forge/cli": "6.0.0-beta.65",
@ -426,9 +426,9 @@
}
},
"node_modules/@electron/asar": {
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/@electron/asar/-/asar-3.2.3.tgz",
"integrity": "sha512-wmOfE6szYyqZhRIiLH+eyZEp+bGcJI0OD/SCvSUrfBE0jvauyGYO2ZhpWxmNCcDojKu5DYrsVqT5BOCZZ01XIg==",
"version": "3.2.4",
"resolved": "https://registry.npmjs.org/@electron/asar/-/asar-3.2.4.tgz",
"integrity": "sha512-lykfY3TJRRWFeTxccEKdf1I6BLl2Plw81H0bbp4Fc5iEc67foDCa5pjJQULVgo0wF+Dli75f3xVcdb/67FFZ/g==",
"dev": true,
"dependencies": {
"chromium-pickle-js": "^0.2.0",
@ -441,9 +441,6 @@
},
"engines": {
"node": ">=10.12.0"
},
"optionalDependencies": {
"@types/glob": "^7.1.1"
}
},
"node_modules/@electron/asar/node_modules/commander": {
@ -904,9 +901,9 @@
"optional": true
},
"node_modules/@types/node": {
"version": "16.18.16",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.16.tgz",
"integrity": "sha512-ZOzvDRWp8dCVBmgnkIqYCArgdFOO9YzocZp8Ra25N/RStKiWvMOXHMz+GjSeVNe5TstaTmTWPucGJkDw0XXJWA=="
"version": "16.18.25",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.25.tgz",
"integrity": "sha512-rUDO6s9Q/El1R1I21HG4qw/LstTHCPO/oQNAwI/4b2f9EWvMnqt4d3HJwPMawfZ3UvodB8516Yg+VAq54YM+eA=="
},
"node_modules/@types/responselike": {
"version": "1.0.0",
@ -1440,9 +1437,9 @@
}
},
"node_modules/cli-spinners": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.7.0.tgz",
"integrity": "sha512-qu3pN8Y3qHNgE2AFweciB1IfMnmZ/fsNTEE+NOFjmGB2F/7rLhnhzppvpCnN4FovtP26k8lHyy9ptEbNwWFLzw==",
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.0.tgz",
"integrity": "sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==",
"dev": true,
"engines": {
"node": ">=6"
@ -2269,9 +2266,9 @@
}
},
"node_modules/electron-rebuild/node_modules/yargs": {
"version": "17.7.1",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.1.tgz",
"integrity": "sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==",
"version": "17.7.2",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
"integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
"dev": true,
"dependencies": {
"cliui": "^8.0.1",
@ -3157,9 +3154,9 @@
}
},
"node_modules/graceful-fs": {
"version": "4.2.10",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz",
"integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA=="
"version": "4.2.11",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
},
"node_modules/hark": {
"version": "1.2.3",
@ -3408,9 +3405,9 @@
"dev": true
},
"node_modules/is-core-module": {
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz",
"integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==",
"version": "2.12.0",
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.0.tgz",
"integrity": "sha512-RECHCBCd/viahWmwj6enj19sKbHfJrddi/6cBDsNTKbNq0f7VeaUkBo60BqzvPqo/W54ChS62Z5qyun7cfOMqQ==",
"dev": true,
"dependencies": {
"has": "^1.0.3"
@ -4038,9 +4035,9 @@
"dev": true
},
"node_modules/node-abi": {
"version": "3.33.0",
"resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.33.0.tgz",
"integrity": "sha512-7GGVawqyHF4pfd0YFybhv/eM9JwTtPqx0mAanQ146O3FlSh3pA24zf9IRQTOsfTSqXTNzPSP5iagAJ94jjuVog==",
"version": "3.40.0",
"resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.40.0.tgz",
"integrity": "sha512-zNy02qivjjRosswoYmPi8hIKJRr8MpQyeKT6qlcq/OnOgA3Rhoae+IYOqsM9V5+JnHWmxKnWOT2GxvtqdtOCXA==",
"dev": true,
"dependencies": {
"semver": "^7.3.5"
@ -4271,9 +4268,9 @@
}
},
"node_modules/openvidu-browser": {
"version": "2.26.0",
"resolved": "https://registry.npmjs.org/openvidu-browser/-/openvidu-browser-2.26.0.tgz",
"integrity": "sha512-Z/zFriOOYzFtYen00DoQWaLaPhMfb5YDBvxu1cSiwH6/uwsb4Qoi8ZvrABHVmFVnz4pVmB+4cA7+WeIzXJUo9Q==",
"version": "2.27.0",
"resolved": "https://registry.npmjs.org/openvidu-browser/-/openvidu-browser-2.27.0.tgz",
"integrity": "sha512-3hkrjTNGwL9jOPl1fsRAQtlMVfTmPWdbc11Tip1nOspPOWIzzjyR6AYIsaHUxvCI5Uyx37M9vs3Zk795hmFoHA==",
"dependencies": {
"events": "3.3.0",
"freeice": "2.2.2",
@ -4287,6 +4284,31 @@
"wolfy87-eventemitter": "5.2.9"
}
},
"node_modules/openvidu-browser/node_modules/lru-cache": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
"dependencies": {
"yallist": "^4.0.0"
},
"engines": {
"node": ">=10"
}
},
"node_modules/openvidu-browser/node_modules/semver": {
"version": "7.3.8",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",
"integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",
"dependencies": {
"lru-cache": "^6.0.0"
},
"bin": {
"semver": "bin/semver.js"
},
"engines": {
"node": ">=10"
}
},
"node_modules/ora": {
"version": "5.4.1",
"resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz",
@ -4852,12 +4874,12 @@
"optional": true
},
"node_modules/resolve": {
"version": "1.22.1",
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz",
"integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==",
"version": "1.22.2",
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz",
"integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==",
"dev": true,
"dependencies": {
"is-core-module": "^2.9.0",
"is-core-module": "^2.11.0",
"path-parse": "^1.0.7",
"supports-preserve-symlinks-flag": "^1.0.0"
},
@ -5009,9 +5031,9 @@
}
},
"node_modules/rxjs": {
"version": "7.8.0",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.0.tgz",
"integrity": "sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==",
"version": "7.8.1",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
"integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
"dev": true,
"dependencies": {
"tslib": "^2.1.0"
@ -5029,9 +5051,10 @@
"dev": true
},
"node_modules/semver": {
"version": "7.3.8",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",
"integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",
"version": "7.5.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz",
"integrity": "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==",
"devOptional": true,
"dependencies": {
"lru-cache": "^6.0.0"
},
@ -5052,6 +5075,7 @@
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
"devOptional": true,
"dependencies": {
"yallist": "^4.0.0"
},
@ -5332,14 +5356,14 @@
}
},
"node_modules/tar": {
"version": "6.1.13",
"resolved": "https://registry.npmjs.org/tar/-/tar-6.1.13.tgz",
"integrity": "sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw==",
"version": "6.1.14",
"resolved": "https://registry.npmjs.org/tar/-/tar-6.1.14.tgz",
"integrity": "sha512-piERznXu0U7/pW7cdSn7hjqySIVTYT6F76icmFk7ptU7dDYlXTm5r9A6K04R2vU3olYgoKeo1Cg3eeu5nhftAw==",
"dev": true,
"dependencies": {
"chownr": "^2.0.0",
"fs-minipass": "^2.0.0",
"minipass": "^4.0.0",
"minipass": "^5.0.0",
"minizlib": "^2.1.1",
"mkdirp": "^1.0.3",
"yallist": "^4.0.0"
@ -5349,9 +5373,9 @@
}
},
"node_modules/tar/node_modules/minipass": {
"version": "4.2.5",
"resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.5.tgz",
"integrity": "sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
"integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
"dev": true,
"engines": {
"node": ">=8"
@ -5635,9 +5659,9 @@
}
},
"node_modules/which-module": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz",
"integrity": "sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz",
"integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==",
"dev": true,
"optional": true
},

View File

@ -1,6 +1,6 @@
{
"name": "openvidu-electron",
"version": "2.26.0",
"version": "2.27.0",
"description": "OpenVidu Electron Tutorial",
"main": "src/main.js",
"scripts": {
@ -25,7 +25,7 @@
"@electron/remote": "2.0.8",
"axios": "0.27.2",
"electron-squirrel-startup": "1.0.0",
"openvidu-browser": "2.26.0"
"openvidu-browser": "2.27.0"
},
"config": {
"forge": {

View File

@ -5,7 +5,7 @@
<groupId>io.openvidu</groupId>
<artifactId>openvidu-fault-tolerance</artifactId>
<version>2.26.0</version>
<version>2.27.0</version>
<packaging>jar</packaging>
<name>openvidu-fault-tolerance</name>
@ -44,7 +44,7 @@
<dependency>
<groupId>io.openvidu</groupId>
<artifactId>openvidu-java-client</artifactId>
<version>2.26.0</version>
<version>2.27.0</version>
</dependency>
</dependencies>

View File

@ -18,7 +18,7 @@
<!-- Bootstrap -->
<link rel="styleSheet" href="style.css" type="text/css" media="screen">
<script src="openvidu-browser-2.26.0.js"></script>
<script src="openvidu-browser-2.27.0.js"></script>
<script src="app.js"></script>
<script>
$(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

@ -14,7 +14,7 @@
<!-- Bootstrap -->
<link rel="stylesheet" href="style.css" type="text/css" media="screen">
<script src="openvidu-browser-2.26.0.js"></script>
<script src="openvidu-browser-2.27.0.js"></script>
<script src="app.js"></script>
</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 -->
<link rel="styleSheet" href="style.css" type="text/css" media="screen">
<script src="openvidu-browser-2.26.0.js"></script>
<script src="openvidu-browser-2.27.0.js"></script>
<script src="app.js"></script>
</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

@ -6,7 +6,7 @@
<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">
<script src="openvidu-browser-2.26.0.js"></script>
<script src="openvidu-browser-2.27.0.js"></script>
<script src="app.js"></script>
</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">
<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">
<script src="openvidu-browser-2.26.0.js"></script>
<script src="openvidu-browser-2.27.0.js"></script>
<script src="app.js"></script>
</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

@ -1,6 +1,6 @@
{
"name": "openvidu-ionic-cordova",
"version": "2.26.0",
"version": "2.27.0",
"author": "OpenVidu",
"homepage": "https://openvidu.io/",
"scripts": {
@ -35,7 +35,7 @@
"cordova-plugin-splashscreen": "6.0.1",
"cordova-plugin-statusbar": "3.0.0",
"core-js": "3.23.3",
"openvidu-browser": "2.26.0",
"openvidu-browser": "2.27.0",
"rxjs": "7.5.5",
"xcode": "3.0.1",
"zone.js": "0.11.6"

View File

@ -1,12 +1,12 @@
{
"name": "openvidu-ionic",
"version": "2.26.0",
"version": "2.27.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "openvidu-ionic",
"version": "2.26.0",
"version": "2.27.0",
"license": "MIT",
"dependencies": {
"@capacitor-community/electron": "^4.1.1",
@ -172,34 +172,34 @@
"dev": true
},
"node_modules/@ionic/cli-framework-output": {
"version": "2.2.5",
"resolved": "https://registry.npmjs.org/@ionic/cli-framework-output/-/cli-framework-output-2.2.5.tgz",
"integrity": "sha512-YeDLTnTaE6V4IDUxT8GDIep0GuRIFaR7YZDLANMuuWJZDmnTku6DP+MmQoltBeLmVvz1BAAZgk41xzxdq6H2FQ==",
"version": "2.2.6",
"resolved": "https://registry.npmjs.org/@ionic/cli-framework-output/-/cli-framework-output-2.2.6.tgz",
"integrity": "sha512-YLPRwnk5Lw0XQ9pKWG+p2KoR5HjMBigZ6yv+/XtL3TGOnCS1+oAz56ABbAORCjTWhSJQisr8APNFiELAecY6QA==",
"dependencies": {
"@ionic/utils-terminal": "2.3.3",
"@ionic/utils-terminal": "2.3.4",
"debug": "^4.0.0",
"tslib": "^2.0.1"
},
"engines": {
"node": ">=10.3.0"
"node": ">=16.0.0"
}
},
"node_modules/@ionic/utils-array": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@ionic/utils-array/-/utils-array-2.1.5.tgz",
"integrity": "sha512-HD72a71IQVBmQckDwmA8RxNVMTbxnaLbgFOl+dO5tbvW9CkkSFCv41h6fUuNsSEVgngfkn0i98HDuZC8mk+lTA==",
"version": "2.1.6",
"resolved": "https://registry.npmjs.org/@ionic/utils-array/-/utils-array-2.1.6.tgz",
"integrity": "sha512-0JZ1Zkp3wURnv8oq6Qt7fMPo5MpjbLoUoa9Bu2Q4PJuSDWM8H8gwF3dQO7VTeUj3/0o1IB1wGkFWZZYgUXZMUg==",
"dependencies": {
"debug": "^4.0.0",
"tslib": "^2.0.1"
},
"engines": {
"node": ">=10.3.0"
"node": ">=16.0.0"
}
},
"node_modules/@ionic/utils-fs": {
"version": "3.1.6",
"resolved": "https://registry.npmjs.org/@ionic/utils-fs/-/utils-fs-3.1.6.tgz",
"integrity": "sha512-eikrNkK89CfGPmexjTfSWl4EYqsPSBh0Ka7by4F0PLc1hJZYtJxUZV3X4r5ecA8ikjicUmcbU7zJmAjmqutG/w==",
"version": "3.1.7",
"resolved": "https://registry.npmjs.org/@ionic/utils-fs/-/utils-fs-3.1.7.tgz",
"integrity": "sha512-2EknRvMVfhnyhL1VhFkSLa5gOcycK91VnjfrTB0kbqkTFCOXyXgVLI5whzq7SLrgD9t1aqos3lMMQyVzaQ5gVA==",
"dependencies": {
"@types/fs-extra": "^8.0.0",
"debug": "^4.0.0",
@ -207,71 +207,71 @@
"tslib": "^2.0.1"
},
"engines": {
"node": ">=10.3.0"
"node": ">=16.0.0"
}
},
"node_modules/@ionic/utils-object": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@ionic/utils-object/-/utils-object-2.1.5.tgz",
"integrity": "sha512-XnYNSwfewUqxq+yjER1hxTKggftpNjFLJH0s37jcrNDwbzmbpFTQTVAp4ikNK4rd9DOebX/jbeZb8jfD86IYxw==",
"version": "2.1.6",
"resolved": "https://registry.npmjs.org/@ionic/utils-object/-/utils-object-2.1.6.tgz",
"integrity": "sha512-vCl7sl6JjBHFw99CuAqHljYJpcE88YaH2ZW4ELiC/Zwxl5tiwn4kbdP/gxi2OT3MQb1vOtgAmSNRtusvgxI8ww==",
"dependencies": {
"debug": "^4.0.0",
"tslib": "^2.0.1"
},
"engines": {
"node": ">=10.3.0"
"node": ">=16.0.0"
}
},
"node_modules/@ionic/utils-process": {
"version": "2.1.10",
"resolved": "https://registry.npmjs.org/@ionic/utils-process/-/utils-process-2.1.10.tgz",
"integrity": "sha512-mZ7JEowcuGQK+SKsJXi0liYTcXd2bNMR3nE0CyTROpMECUpJeAvvaBaPGZf5ERQUPeWBVuwqAqjUmIdxhz5bxw==",
"version": "2.1.11",
"resolved": "https://registry.npmjs.org/@ionic/utils-process/-/utils-process-2.1.11.tgz",
"integrity": "sha512-Uavxn+x8j3rDlZEk1X7YnaN6wCgbCwYQOeIjv/m94i1dzslqWhqIHEqxEyeE8HsT5Negboagg7GtQiABy+BLbA==",
"dependencies": {
"@ionic/utils-object": "2.1.5",
"@ionic/utils-terminal": "2.3.3",
"@ionic/utils-object": "2.1.6",
"@ionic/utils-terminal": "2.3.4",
"debug": "^4.0.0",
"signal-exit": "^3.0.3",
"tree-kill": "^1.2.2",
"tslib": "^2.0.1"
},
"engines": {
"node": ">=10.3.0"
"node": ">=16.0.0"
}
},
"node_modules/@ionic/utils-stream": {
"version": "3.1.5",
"resolved": "https://registry.npmjs.org/@ionic/utils-stream/-/utils-stream-3.1.5.tgz",
"integrity": "sha512-hkm46uHvEC05X/8PHgdJi4l4zv9VQDELZTM+Kz69odtO9zZYfnt8DkfXHJqJ+PxmtiE5mk/ehJWLnn/XAczTUw==",
"version": "3.1.6",
"resolved": "https://registry.npmjs.org/@ionic/utils-stream/-/utils-stream-3.1.6.tgz",
"integrity": "sha512-4+Kitey1lTA1yGtnigeYNhV/0tggI3lWBMjC7tBs1K9GXa/q7q4CtOISppdh8QgtOhrhAXS2Igp8rbko/Cj+lA==",
"dependencies": {
"debug": "^4.0.0",
"tslib": "^2.0.1"
},
"engines": {
"node": ">=10.3.0"
"node": ">=16.0.0"
}
},
"node_modules/@ionic/utils-subprocess": {
"version": "2.1.11",
"resolved": "https://registry.npmjs.org/@ionic/utils-subprocess/-/utils-subprocess-2.1.11.tgz",
"integrity": "sha512-6zCDixNmZCbMCy5np8klSxOZF85kuDyzZSTTQKQP90ZtYNCcPYmuFSzaqDwApJT4r5L3MY3JrqK1gLkc6xiUPw==",
"version": "2.1.12",
"resolved": "https://registry.npmjs.org/@ionic/utils-subprocess/-/utils-subprocess-2.1.12.tgz",
"integrity": "sha512-N05Y+dIXBHofKWJTheCMzVqmgY9wFmZcRv/LdNnfXaaA/mxLTyGxQYeig8fvQXTtDafb/siZXcrTkmQ+y6n3Yg==",
"dependencies": {
"@ionic/utils-array": "2.1.5",
"@ionic/utils-fs": "3.1.6",
"@ionic/utils-process": "2.1.10",
"@ionic/utils-stream": "3.1.5",
"@ionic/utils-terminal": "2.3.3",
"@ionic/utils-array": "2.1.6",
"@ionic/utils-fs": "3.1.7",
"@ionic/utils-process": "2.1.11",
"@ionic/utils-stream": "3.1.6",
"@ionic/utils-terminal": "2.3.4",
"cross-spawn": "^7.0.3",
"debug": "^4.0.0",
"tslib": "^2.0.1"
},
"engines": {
"node": ">=10.3.0"
"node": ">=16.0.0"
}
},
"node_modules/@ionic/utils-terminal": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/@ionic/utils-terminal/-/utils-terminal-2.3.3.tgz",
"integrity": "sha512-RnuSfNZ5fLEyX3R5mtcMY97cGD1A0NVBbarsSQ6yMMfRJ5YHU7hHVyUfvZeClbqkBC/pAqI/rYJuXKCT9YeMCQ==",
"version": "2.3.4",
"resolved": "https://registry.npmjs.org/@ionic/utils-terminal/-/utils-terminal-2.3.4.tgz",
"integrity": "sha512-cEiMFl3jklE0sW60r8JHH3ijFTwh/jkdEKWbylSyExQwZ8pPuwoXz7gpkWoJRLuoRHHSvg+wzNYyPJazIHfoJA==",
"dependencies": {
"@types/slice-ansi": "^4.0.0",
"debug": "^4.0.0",
@ -284,7 +284,7 @@
"wrap-ansi": "^7.0.0"
},
"engines": {
"node": ">=10.3.0"
"node": ">=16.0.0"
}
},
"node_modules/@malept/cross-spawn-promise": {
@ -462,9 +462,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "18.15.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.3.tgz",
"integrity": "sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw=="
"version": "18.16.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.3.tgz",
"integrity": "sha512-OPs5WnnT1xkCBiuQrZA4+YAV4HEJejmHneyraIaxsbev5yCEr6KMwINNFP9wQeFIw8FWcoTqF3vQsa5CDaI+8Q=="
},
"node_modules/@types/plist": {
"version": "3.0.2",
@ -504,9 +504,9 @@
"optional": true
},
"node_modules/@types/yargs": {
"version": "17.0.22",
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.22.tgz",
"integrity": "sha512-pet5WJ9U8yPVRhkwuEIp5ktAeAqRZOq4UdAyWLWzxbtpyXnzbtLdKiXAjJzi/KLmPGS9wk86lUFWZFN6sISo4g==",
"version": "17.0.24",
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz",
"integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==",
"dev": true,
"dependencies": {
"@types/yargs-parser": "*"
@ -1357,9 +1357,9 @@
}
},
"node_modules/cli-spinners": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.7.0.tgz",
"integrity": "sha512-qu3pN8Y3qHNgE2AFweciB1IfMnmZ/fsNTEE+NOFjmGB2F/7rLhnhzppvpCnN4FovtP26k8lHyy9ptEbNwWFLzw==",
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.0.tgz",
"integrity": "sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==",
"engines": {
"node": ">=6"
},
@ -2378,9 +2378,9 @@
}
},
"node_modules/electron/node_modules/@types/node": {
"version": "16.18.16",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.16.tgz",
"integrity": "sha512-ZOzvDRWp8dCVBmgnkIqYCArgdFOO9YzocZp8Ra25N/RStKiWvMOXHMz+GjSeVNe5TstaTmTWPucGJkDw0XXJWA==",
"version": "16.18.25",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.25.tgz",
"integrity": "sha512-rUDO6s9Q/El1R1I21HG4qw/LstTHCPO/oQNAwI/4b2f9EWvMnqt4d3HJwPMawfZ3UvodB8516Yg+VAq54YM+eA==",
"dev": true
},
"node_modules/elementtree": {
@ -2890,9 +2890,9 @@
}
},
"node_modules/graceful-fs": {
"version": "4.2.10",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz",
"integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA=="
"version": "4.2.11",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
},
"node_modules/graceful-readlink": {
"version": "1.0.1",
@ -3803,9 +3803,9 @@
}
},
"node_modules/node-abi": {
"version": "3.33.0",
"resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.33.0.tgz",
"integrity": "sha512-7GGVawqyHF4pfd0YFybhv/eM9JwTtPqx0mAanQ146O3FlSh3pA24zf9IRQTOsfTSqXTNzPSP5iagAJ94jjuVog==",
"version": "3.40.0",
"resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.40.0.tgz",
"integrity": "sha512-zNy02qivjjRosswoYmPi8hIKJRr8MpQyeKT6qlcq/OnOgA3Rhoae+IYOqsM9V5+JnHWmxKnWOT2GxvtqdtOCXA==",
"dev": true,
"dependencies": {
"semver": "^7.3.5"
@ -4378,9 +4378,9 @@
}
},
"node_modules/rxjs": {
"version": "7.8.0",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.0.tgz",
"integrity": "sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==",
"version": "7.8.1",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
"integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
"optional": true,
"dependencies": {
"tslib": "^2.1.0"
@ -4412,9 +4412,9 @@
"integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
},
"node_modules/semver": {
"version": "7.3.8",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",
"integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",
"version": "7.5.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz",
"integrity": "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==",
"dependencies": {
"lru-cache": "^6.0.0"
},
@ -4576,9 +4576,9 @@
}
},
"node_modules/split2": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/split2/-/split2-4.1.0.tgz",
"integrity": "sha512-VBiJxFkxiXRlUIeyMQi8s4hgvKCSjtknJv/LVYbrgALPwf5zSKmEwV9Lst25AkvMDnvxODugjdl6KZgwKM1WYQ==",
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
"engines": {
"node": ">= 10.x"
}
@ -4676,13 +4676,13 @@
}
},
"node_modules/tar": {
"version": "6.1.13",
"resolved": "https://registry.npmjs.org/tar/-/tar-6.1.13.tgz",
"integrity": "sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw==",
"version": "6.1.14",
"resolved": "https://registry.npmjs.org/tar/-/tar-6.1.14.tgz",
"integrity": "sha512-piERznXu0U7/pW7cdSn7hjqySIVTYT6F76icmFk7ptU7dDYlXTm5r9A6K04R2vU3olYgoKeo1Cg3eeu5nhftAw==",
"dependencies": {
"chownr": "^2.0.0",
"fs-minipass": "^2.0.0",
"minipass": "^4.0.0",
"minipass": "^5.0.0",
"minizlib": "^2.1.1",
"mkdirp": "^1.0.3",
"yallist": "^4.0.0"
@ -4692,9 +4692,9 @@
}
},
"node_modules/tar/node_modules/minipass": {
"version": "4.2.5",
"resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.5.tgz",
"integrity": "sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
"integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
"engines": {
"node": ">=8"
}
@ -5168,9 +5168,9 @@
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
},
"node_modules/yargs": {
"version": "17.7.1",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.1.tgz",
"integrity": "sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==",
"version": "17.7.2",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
"integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
"dev": true,
"dependencies": {
"cliui": "^8.0.1",

View File

@ -1,6 +1,6 @@
{
"name": "openvidu-ionic",
"version": "2.26.0",
"version": "2.27.0",
"description": "An Amazing Capacitor App",
"author": {
"name": "",

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "openvidu-ionic",
"version": "2.26.0",
"version": "2.27.0",
"author": "OpenVidu",
"homepage": "https://openvidu.io/",
"scripts": {
@ -37,7 +37,7 @@
"@capacitor/status-bar": "4.0.1",
"@ionic/angular": "6.2.3",
"cordova-plugin-android-permissions": "1.1.3",
"openvidu-browser": "2.26.0",
"openvidu-browser": "2.27.0",
"rxjs": "7.5.6",
"tslib": "2.4.0",
"zone.js": "0.11.8"

View File

@ -11,7 +11,7 @@
<groupId>io.openvidu</groupId>
<artifactId>openvidu-ipcameras</artifactId>
<version>2.26.0</version>
<version>2.27.0</version>
<packaging>jar</packaging>
<name>openvidu-ipcameras</name>
@ -46,7 +46,7 @@
<dependency>
<groupId>io.openvidu</groupId>
<artifactId>openvidu-java-client</artifactId>
<version>2.26.0</version>
<version>2.27.0</version>
</dependency>
<dependency>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -7,7 +7,7 @@
<title>OpenVidu IP cameras demo</title>
<link rel="styleSheet" href="style.css" type="text/css" media="screen">
</link>
<script src="openvidu-browser-2.26.0.js"></script>
<script src="openvidu-browser-2.27.0.js"></script>
</head>
<body>

View File

@ -14,7 +14,7 @@
<!-- Bootstrap -->
<link rel="stylesheet" href="style.css" type="text/css" media="screen">
<script src="openvidu-browser-2.26.0.js"></script>
<script src="openvidu-browser-2.27.0.js"></script>
<script src="app.js"></script>
</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 -->
<link rel="stylesheet" href="style.css" type="text/css" media="screen">
<script src="openvidu-browser-2.26.0.js"></script>
<script src="openvidu-browser-2.27.0.js"></script>
<script src="app.js"></script>
</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

@ -1,6 +1,6 @@
{
"name": "openvidu-library-react",
"version": "2.26.0",
"version": "2.27.0",
"private": true,
"dependencies": {
"axios": "0.19.2",

View File

@ -1,6 +1,6 @@
{
"name": "openvidu-react-native",
"version": "2.26.0",
"version": "2.27.0",
"private": true,
"scripts": {
"start": "react-native start",
@ -16,8 +16,8 @@
"dependencies": {
"axios": "0.27.2",
"events": "3.3.0",
"openvidu-browser": "2.26.0",
"openvidu-react-native-adapter": "file:openvidu-react-native-adapter-2.26.0.tgz",
"openvidu-browser": "2.27.0",
"openvidu-react-native-adapter": "file:openvidu-react-native-adapter-2.27.0.tgz",
"react": "18.1.0",
"react-native": "0.70.6",
"react-native-get-random-values": "1.8.0",

File diff suppressed because it is too large Load Diff

View File

@ -1,10 +1,10 @@
{
"name": "openvidu-react",
"version": "2.26.0",
"version": "2.27.0",
"private": true,
"dependencies": {
"axios": "0.21.1",
"openvidu-browser": "2.26.0",
"openvidu-browser": "2.27.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-scripts": "4.0.3"

View File

@ -5,7 +5,7 @@
<groupId>io.openvidu</groupId>
<artifactId>openvidu-recording-java</artifactId>
<version>2.26.0</version>
<version>2.27.0</version>
<packaging>jar</packaging>
<name>openvidu-recording-java</name>
@ -51,7 +51,7 @@
<dependency>
<groupId>io.openvidu</groupId>
<artifactId>openvidu-java-client</artifactId>
<version>2.26.0</version>
<version>2.27.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>

View File

@ -17,7 +17,7 @@
<!-- Bootstrap -->
<link rel="styleSheet" href="style.css" type="text/css" media="screen">
<script src="openvidu-browser-2.26.0.js"></script>
<script src="openvidu-browser-2.27.0.js"></script>
<script src="app.js"></script>
<script>
$(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

@ -1,17 +1,17 @@
{
"name": "openvidu-recording-node",
"version": "2.26.0",
"version": "2.27.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "openvidu-recording-node",
"version": "2.26.0",
"version": "2.27.0",
"license": "Apache-2.0",
"dependencies": {
"body-parser": "1.19.0",
"express": "4.17.1",
"openvidu-node-client": "2.26.2"
"openvidu-node-client": "2.27.0"
}
},
"node_modules/accepts": {
@ -452,9 +452,9 @@
}
},
"node_modules/openvidu-node-client": {
"version": "2.26.2",
"resolved": "https://registry.npmjs.org/openvidu-node-client/-/openvidu-node-client-2.26.2.tgz",
"integrity": "sha512-3xUgQhgIsUHUxgpQCHJnv6hfYg61z+iEyrWKqtaCCF0G/Q1VjIZQ4aOgF4eGOMotno4siTYUtSaVopp7x31Tlg==",
"version": "2.27.0",
"resolved": "https://registry.npmjs.org/openvidu-node-client/-/openvidu-node-client-2.27.0.tgz",
"integrity": "sha512-4shcYYE9GHKEQltnjeVxFB6iIaCmDYYhp++n9LBmqIgeJDMM/PwwBga3UCKkYbJb3NgqK7yUvypOBCk8e1JEpQ==",
"dependencies": {
"axios": "0.27.2",
"buffer": "6.0.3"

View File

@ -1,6 +1,6 @@
{
"name": "openvidu-recording-node",
"version": "2.26.0",
"version": "2.27.0",
"description": "",
"main": "server.js",
"scripts": {
@ -19,6 +19,6 @@
"dependencies": {
"body-parser": "1.19.0",
"express": "4.17.1",
"openvidu-node-client": "2.26.2"
"openvidu-node-client": "2.27.0"
}
}

View File

@ -17,7 +17,7 @@
<!-- Bootstrap -->
<link rel="styleSheet" href="style.css" type="text/css" media="screen">
<script src="openvidu-browser-2.26.0.js"></script>
<script src="openvidu-browser-2.27.0.js"></script>
<script src="app.js"></script>
<script>
$(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

@ -5,7 +5,7 @@
<groupId>io.openvidu</groupId>
<artifactId>openvidu-roles-java</artifactId>
<version>2.26.0</version>
<version>2.27.0</version>
<packaging>jar</packaging>
<name>openvidu-roles-java</name>
@ -55,7 +55,7 @@
<dependency>
<groupId>io.openvidu</groupId>
<artifactId>openvidu-java-client</artifactId>
<version>2.26.0</version>
<version>2.27.0</version>
</dependency>
</dependencies>

View File

@ -14,7 +14,7 @@
<!-- Bootstrap -->
<link rel="styleSheet" href="style.css" type="text/css" media="screen">
<script src="openvidu-browser-2.26.0.js"></script>
<script src="openvidu-browser-2.27.0.js"></script>
<script src="app.js"></script>
<script>
$(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

@ -1,18 +1,18 @@
{
"name": "openvidu-roles-node",
"version": "2.26.0",
"version": "2.27.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "openvidu-roles-node",
"version": "2.26.0",
"version": "2.27.0",
"license": "Apache-2.0",
"dependencies": {
"body-parser": "1.19.0",
"express": "4.17.1",
"express-session": "1.17.1",
"openvidu-node-client": "2.26.2"
"openvidu-node-client": "2.27.0"
}
},
"node_modules/accepts": {
@ -492,9 +492,9 @@
}
},
"node_modules/openvidu-node-client": {
"version": "2.26.2",
"resolved": "https://registry.npmjs.org/openvidu-node-client/-/openvidu-node-client-2.26.2.tgz",
"integrity": "sha512-3xUgQhgIsUHUxgpQCHJnv6hfYg61z+iEyrWKqtaCCF0G/Q1VjIZQ4aOgF4eGOMotno4siTYUtSaVopp7x31Tlg==",
"version": "2.27.0",
"resolved": "https://registry.npmjs.org/openvidu-node-client/-/openvidu-node-client-2.27.0.tgz",
"integrity": "sha512-4shcYYE9GHKEQltnjeVxFB6iIaCmDYYhp++n9LBmqIgeJDMM/PwwBga3UCKkYbJb3NgqK7yUvypOBCk8e1JEpQ==",
"dependencies": {
"axios": "0.27.2",
"buffer": "6.0.3"

View File

@ -1,6 +1,6 @@
{
"name": "openvidu-roles-node",
"version": "2.26.0",
"version": "2.27.0",
"description": "",
"main": "server.js",
"scripts": {
@ -20,6 +20,6 @@
"body-parser": "1.19.0",
"express": "4.17.1",
"express-session": "1.17.1",
"openvidu-node-client": "2.26.2"
"openvidu-node-client": "2.27.0"
}
}

View File

@ -14,7 +14,7 @@
<!-- Bootstrap -->
<link rel="styleSheet" href="style.css" type="text/css" media="screen">
<script src="openvidu-browser-2.26.0.js"></script>
<script src="openvidu-browser-2.27.0.js"></script>
<script src="app.js"></script>
<script>
$(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

@ -14,7 +14,7 @@
<!-- Bootstrap -->
<link rel="stylesheet" href="style.css" type="text/css" media="screen">
<script src="openvidu-browser-2.26.0.js"></script>
<script src="openvidu-browser-2.27.0.js"></script>
<script src="app.js"></script>
</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 -->
<link rel="stylesheet" href="style.css" type="text/css" media="screen">
<script src="openvidu-browser-2.26.0.js"></script>
<script src="openvidu-browser-2.27.0.js"></script>
<script src="app.js"></script>
</head>

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More