Downgraded Java and Node clients versions to 2.15.0

This commit is contained in:
csantosm 2020-11-12 13:21:09 +01:00
parent 28b29a1e66
commit 08a96455b9
6 changed files with 6 additions and 6 deletions

View File

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

View File

@ -20,6 +20,6 @@
"body-parser": "1.19.0",
"express": "4.17.4",
"express-session": "1.17.1",
"openvidu-node-client": "2.16.0"
"openvidu-node-client": "2.15.0"
}
}

View File

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

View File

@ -21,6 +21,6 @@
"ejs": "2.6.1",
"express": "4.17.1",
"express-session": "1.17.1",
"openvidu-node-client": "2.16.0"
"openvidu-node-client": "2.15.0"
}
}

View File

@ -56,7 +56,7 @@
<dependency>
<groupId>io.openvidu</groupId>
<artifactId>openvidu-java-client</artifactId>
<version>2.16.0</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>

View File

@ -19,6 +19,6 @@
"dependencies": {
"body-parser": "1.19.0",
"express": "4.17.1",
"openvidu-node-client": "2.16.0"
"openvidu-node-client": "2.15.0"
}
}