Release 2.14.0

This commit is contained in:
pabloFuente 2020-05-12 19:56:16 +02:00
parent 96de54929f
commit 3da226d36c
59 changed files with 124155 additions and 159788 deletions

View File

@ -6,7 +6,7 @@
<meta charset="UTF-8">
<title>OpenVidu Electron</title>
<link rel="styleSheet" href="style.css" type="text/css" media="screen">
<script src="openvidu-browser-2.13.0.js"></script>
<script src="openvidu-browser-2.14.0.js"></script>
<script src="axios.min.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.13.0.js"></script>
<script src="openvidu-browser-2.14.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.13.0.js"></script>
<script src="openvidu-browser-2.14.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.13.0.js"></script>
<script src="openvidu-browser-2.14.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

@ -17,7 +17,7 @@
"rxjs": "6.5.4",
"tslib": "1.11.1",
"zone.js": "0.10.2",
"openvidu-browser": "2.13.0"
"openvidu-browser": "2.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.900.6",

View File

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

@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"axios": "0.19.2",
"openvidu-browser": "2.13.0",
"openvidu-browser": "2.14.0",
"react": "16.13.0",
"react-dom": "16.13.0",
"react-scripts": "3.4.0"

View File

@ -18,7 +18,7 @@
<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">
<script src="openvidu-browser-2.13.0.js"></script>
<script src="openvidu-browser-2.14.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

@ -36,7 +36,7 @@
"cordova-plugin-statusbar": "2.4.3",
"cordova-plugin-whitelist": "1.3.4",
"core-js": "3.6.5",
"openvidu-browser": "2.13.0",
"openvidu-browser": "2.14.0",
"rxjs": "6.5.5",
"tslib": "1.11.1",
"xcode": "2.1.0",
@ -92,4 +92,4 @@
"ios"
]
}
}
}

View File

@ -46,7 +46,7 @@
<dependency>
<groupId>io.openvidu</groupId>
<artifactId>openvidu-java-client</artifactId>
<version>2.13.0</version>
<version>2.14.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.13.0.js"></script>
<script src="openvidu-browser-2.14.0.js"></script>
</head>
<body>

View File

@ -55,7 +55,7 @@
<dependency>
<groupId>io.openvidu</groupId>
<artifactId>openvidu-java-client</artifactId>
<version>2.13.0</version>
<version>2.14.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.13.0.js"></script>
<script src="openvidu-browser-2.14.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

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

View File

@ -14,7 +14,7 @@
<!-- Bootstrap -->
<link rel="styleSheet" href="style.css" type="text/css" media="screen">
<script src="openvidu-browser-2.13.0.js"></script>
<script src="openvidu-browser-2.14.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,6 +1,6 @@
{
"name": "openvidu-library-angular",
"version": "2.12.0",
"version": "2.14.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
@ -20,7 +20,7 @@
"@angular/platform-browser-dynamic": "9.0.6",
"@angular/router": "9.0.6",
"core-js": "3.6.4",
"openvidu-angular": "2.12.0",
"openvidu-angular": "2.14.0",
"rxjs": "6.5.4",
"tslib": "1.11.1",
"zone.js": "0.10.2"

View File

@ -1,10 +1,10 @@
{
"name": "openvidu-library-react",
"version": "2.12.0",
"version": "2.14.0",
"private": true,
"dependencies": {
"axios": "0.19.2",
"openvidu-react": "2.12.0",
"openvidu-react": "2.14.0",
"react": "16.13.0",
"react-dom": "16.13.0",
"react-scripts": "3.4.0"

View File

@ -55,7 +55,7 @@
<dependency>
<groupId>io.openvidu</groupId>
<artifactId>openvidu-java-client</artifactId>
<version>2.13.0</version>
<version>2.14.0</version>
</dependency>
</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 -->
<link rel="styleSheet" href="style.css" type="text/css" media="screen"></link>
<script src="openvidu-browser-2.13.0.js"></script>
<script src="openvidu-browser-2.14.0.js"></script>
</head>
<body>

View File

@ -21,6 +21,6 @@
"ejs": "2.6.1",
"express": "4.16.4",
"express-session": "1.16.1",
"openvidu-node-client": "2.13.0"
"openvidu-node-client": "2.14.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 -->
<link rel="styleSheet" href="style.css" type="text/css" media="screen"></link>
<script src="openvidu-browser-2.13.0.js"></script>
<script src="openvidu-browser-2.14.0.js"></script>
</head>
<body>

View File

@ -8,7 +8,7 @@
},
"dependencies": {
"axios": "0.19.2",
"openvidu-browser": "2.13.0",
"openvidu-browser": "2.14.0",
"react": "16.13.0",
"react-native": "0.61.5"
},

View File

@ -56,7 +56,7 @@
<dependency>
<groupId>io.openvidu</groupId>
<artifactId>openvidu-java-client</artifactId>
<version>2.13.0</version>
<version>2.14.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.13.0.js"></script>
<script src="openvidu-browser-2.14.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

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

View File

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

@ -8,8 +8,8 @@
crossorigin="anonymous"></script>
<script src="app.js"></script>
<script src="openvidu-webcomponent-2.12.0.js"></script>
<link rel="stylesheet" href="openvidu-webcomponent-2.12.0.css">
<script src="openvidu-webcomponent-2.14.0.js"></script>
<link rel="stylesheet" href="openvidu-webcomponent-2.14.0.css">
</head>
<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

@ -4,8 +4,8 @@ set -eo pipefail
if [[ -z "$FROM_VERSION" || -z "$TO_VERSION" ]]; then
echo
echo "Examples of use: "
echo " FROM_VERSION=2.12.0 TO_VERSION=2.13.0 ${0}"
echo " FROM_VERSION=2.12.0 TO_VERSION=2.13.0 FROM_VERSION_SDK=2.12.0 TO_VERSION_SDK=2.13.0 ${0}"
echo " export FROM_VERSION=2.12.0; export TO_VERSION=2.13.0; ${0}"
echo " export FROM_VERSION=2.12.0; export TO_VERSION=2.13.0; export FROM_VERSION_SDK=2.12.0; export TO_VERSION_SDK=2.13.0; ${0}"
echo
exit 1
fi
@ -14,7 +14,7 @@ if [[ -z "$FROM_VERSION_SDK" || -z "$TO_VERSION_SDK" ]]; then
echo
echo "No FROM_VERSION_SDK and TO_VERSION_SDK properties provided. Server SDKs depdendencies won't be updated."
echo "To update also server SDKs dependencies, run the script like this:"
echo " FROM_VERSION=2.12.0 TO_VERSION=2.13.0 FROM_VERSION_SDK=2.12.0 TO_VERSION_SDK=2.13.0 ${0}"
echo " export FROM_VERSION=2.12.0; export TO_VERSION=2.13.0; export FROM_VERSION_SDK=2.12.0; export TO_VERSION_SDK=2.13.0; ${0}"
echo
read -p "Do you still want to continue? [Y/N]" -r
echo
@ -74,6 +74,7 @@ fi
# Run "npm install" in every NPM project
for tutorial in ${NPM_TUTORIALS}
do
echo
echo "###############################"
echo "Compiling NPM project $tutorial"
echo "###############################"
@ -84,6 +85,7 @@ done
# Run "mvn clean compile package" in every Maven project
for tutorial in ${MAVEN_TUTORIALS}
do
echo
echo "###############################"
echo "Compiling Maven project $tutorial"
echo "###############################"
@ -93,6 +95,7 @@ done
# Update every <script src="openvidu-browser-VERSION.js"></script> import in every *.html or *.ejs file (14 files changed)
for file in *.html *.ejs; do
echo
echo "###############################"
echo "Updating openvidu-browser <script> tag in $file"
echo "###############################"
@ -105,6 +108,7 @@ wget https://github.com/OpenVidu/openvidu/releases/download/v$TO_VERSION/openvid
readarray MY_ARRAY < <(find -name "openvidu-browser-$FROM_VERSION.js" -printf "%h\n" | sort -u)
for directory in ${MY_ARRAY[@]}
do
echo
echo "###############################"
echo "Replacing $directory/openvidu-browser-$FROM_VERSION.js with openvidu-browser-$TO_VERSION.js"
echo "###############################"
@ -116,6 +120,7 @@ rm openvidu-browser-$TO_VERSION.js
# Update openvidu-webcomponent tutorial files: static web component files and import inside index.html
echo
echo "###############################"
echo "Updating openvidu-webcomponent tutorial"
echo "###############################"