From 8f7e293ec1fb0d0da92de83a8284a7ad9d7476d7 Mon Sep 17 00:00:00 2001 From: CSantos <4a.santos@gmail.com> Date: Wed, 11 Nov 2020 17:04:14 +0100 Subject: [PATCH] openvidu-ionic: Updated iosrtc version --- openvidu-ionic/package-lock.json | 62 +++++++++++++++++++++++++------- openvidu-ionic/package.json | 6 ++-- 2 files changed, 53 insertions(+), 15 deletions(-) diff --git a/openvidu-ionic/package-lock.json b/openvidu-ionic/package-lock.json index 98fac48b..f5685639 100644 --- a/openvidu-ionic/package-lock.json +++ b/openvidu-ionic/package-lock.json @@ -2225,7 +2225,11 @@ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", "dev": true, - "optional": true + "optional": true, + "requires": { + "bindings": "^1.5.0", + "nan": "^2.12.1" + } }, "glob-parent": { "version": "3.1.0", @@ -3416,6 +3420,16 @@ "integrity": "sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ==", "dev": true }, + "bindings": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", + "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", + "dev": true, + "optional": true, + "requires": { + "file-uri-to-path": "1.0.0" + } + }, "blob": { "version": "0.0.5", "resolved": "https://registry.npmjs.org/blob/-/blob-0.0.5.tgz", @@ -4795,9 +4809,9 @@ "integrity": "sha512-Wq0kCanxubK/JroTW4Mp5soayScnRyiY1eCkbwiz1Dyt1xHOiOW/v+1miqtBHtnZhcXw25TulCKAVJzkNBdmyg==" }, "cordova-plugin-iosrtc": { - "version": "6.0.13", - "resolved": "https://registry.npmjs.org/cordova-plugin-iosrtc/-/cordova-plugin-iosrtc-6.0.13.tgz", - "integrity": "sha512-iDom6lNmu4dhfC6tiR439D9TZIsfI9jhXMyBE7gQAr+9HAbZvdSeWmXyLmko6CeVxeK+YzTXGI0qHG7+LFJZyA==", + "version": "6.0.15", + "resolved": "https://registry.npmjs.org/cordova-plugin-iosrtc/-/cordova-plugin-iosrtc-6.0.15.tgz", + "integrity": "sha512-YdjaNiY9wxbRSa6CC3GQwGZlSBp102pcMGLizDlex8GeCAbJ7maHEX1lrLlOoD9m7RRG2c6s9400OxhKbQKkuw==", "requires": { "debug": "^4.1.1", "domready": "^1.0.8", @@ -4808,11 +4822,11 @@ }, "dependencies": { "debug": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", - "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz", + "integrity": "sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==", "requires": { - "ms": "^2.1.1" + "ms": "2.1.2" } }, "ms": { @@ -6397,6 +6411,13 @@ "schema-utils": "^2.6.5" } }, + "file-uri-to-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", + "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", + "dev": true, + "optional": true + }, "fill-range": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", @@ -8962,6 +8983,13 @@ "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==", "dev": true }, + "nan": { + "version": "2.14.2", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.2.tgz", + "integrity": "sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==", + "dev": true, + "optional": true + }, "nanomatch": { "version": "1.2.13", "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", @@ -9476,9 +9504,9 @@ } }, "openvidu-browser": { - "version": "2.15.1-alpha2", - "resolved": "https://registry.npmjs.org/openvidu-browser/-/openvidu-browser-2.15.1-alpha2.tgz", - "integrity": "sha512-oYpqetp6g/YvwJmoWtx5ndW0ry25PaxMYOnt0nZpKIY+8g6FcU53F7ojqYQMTuNTPL2Uutr3O49GOIqh8zT9Rw==", + "version": "2.16.0-beta2", + "resolved": "https://registry.npmjs.org/openvidu-browser/-/openvidu-browser-2.16.0-beta2.tgz", + "integrity": "sha512-m+GIRBK1mImLXMi/2FVeV6/2Jl8BT6qVwA92MHxVyB/9ffcGgYgbhbDfCvHQT6rwwxRw0eY26VIVSZV63IEpLQ==", "requires": { "@types/node": "13.13.2", "@types/platform": "1.3.2", @@ -13827,7 +13855,11 @@ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", "dev": true, - "optional": true + "optional": true, + "requires": { + "bindings": "^1.5.0", + "nan": "^2.12.1" + } }, "glob-parent": { "version": "3.1.0", @@ -14445,7 +14477,11 @@ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", "dev": true, - "optional": true + "optional": true, + "requires": { + "bindings": "^1.5.0", + "nan": "^2.12.1" + } }, "get-caller-file": { "version": "2.0.5", diff --git a/openvidu-ionic/package.json b/openvidu-ionic/package.json index b5f5c50f..4ed96f9f 100644 --- a/openvidu-ionic/package.json +++ b/openvidu-ionic/package.json @@ -31,7 +31,7 @@ "cordova-plugin-device": "2.0.3", "cordova-plugin-ionic-keyboard": "2.2.0", "cordova-plugin-ionic-webview": "5.0.0", - "cordova-plugin-iosrtc": "6.0.13", + "cordova-plugin-iosrtc": "6.0.15", "cordova-plugin-splashscreen": "6.0.0", "cordova-plugin-statusbar": "2.4.3", "cordova-plugin-whitelist": "1.3.4", @@ -84,7 +84,9 @@ }, "cordova-plugin-ionic-keyboard": {}, "cordova-plugin-android-permissions": {}, - "cordova-plugin-iosrtc": {} + "cordova-plugin-iosrtc": { + "MANUAL_INIT_AUDIO_DEVICE": "FALSE" + } }, "platforms": [ "browser",