Update to version v2.16.0

pull/559/head
jenkinsopenvidu 2020-11-12 15:45:57 +00:00
parent 16d8ec80ce
commit a5b5886349
5 changed files with 59 additions and 4377 deletions

View File

@ -41,5 +41,5 @@
"docs": "./generate-docs.sh" "docs": "./generate-docs.sh"
}, },
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
"version": "2.15.0" "version": "2.16.0"
} }

View File

@ -12,7 +12,7 @@
<packaging>jar</packaging> <packaging>jar</packaging>
<name>OpenVidu Server</name> <name>OpenVidu Server</name>
<version>2.15.0</version> <version>2.16.0</version>
<description>OpenVidu Server</description> <description>OpenVidu Server</description>
<url>https://openvidu.io</url> <url>https://openvidu.io</url>

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@
"@angular/router": "9.1.2", "@angular/router": "9.1.2",
"core-js": "3.6.5", "core-js": "3.6.5",
"jquery": "3.5.0", "jquery": "3.5.0",
"openvidu-browser": "2.15.0", "openvidu-browser": "2.16.0",
"rxjs": "6.5.5", "rxjs": "6.5.5",
"tslib": "1.11.1", "tslib": "1.11.1",
"zone.js": "0.10.3" "zone.js": "0.10.3"

View File

@ -15,7 +15,7 @@
"colormap": "2.3.1", "colormap": "2.3.1",
"core-js": "3.4.7", "core-js": "3.4.7",
"hammerjs": "2.0.8", "hammerjs": "2.0.8",
"openvidu-browser": "2.15.0", "openvidu-browser": "2.16.0",
"openvidu-node-client": "2.16.0", "openvidu-node-client": "2.16.0",
"rxjs": "6.5.3", "rxjs": "6.5.3",
"zone.js": "0.10.2" "zone.js": "0.10.2"
@ -44,5 +44,5 @@
"start": "ng serve", "start": "ng serve",
"test": "ng test" "test": "ng test"
}, },
"version": "2.15.0" "version": "2.16.0"
} }