* ALWAYS quote variable expansions (except in for loops) * Use "-n" instead of "! -z" * Fix bad redirection (|) when an OR (||) was intended * Don't expand variables in printf format string (pass as argument) * ALWAYS quote variable expansions (except in for loops) * Avoid useless cat: cat file | grep pattern ==> grep pattern file * Did I mention to ALWAYS quote variable expansions? Always use ShellCheck to write shell scripts! https://marketplace.visualstudio.com/items?itemName=timonwong.shellcheck
openvidu-server
-
Description: OpenVidu server side. It receives the remote procedure calls from openvidu-browser and manage all the media streams operations. You don't have to make direct use of it. Just to run it.
-
Docs: REST API
-
Release: OpenVidu Artifacts