mirror of https://github.com/OpenVidu/openvidu.git
Two changes that try to make the code easier to read and maintain in the future. The logic itself doesn't change. - Do not repeat the MediaProfile assignments. This makes the flow much easier to understand. And less error prone. - Do not mix error handling with actual logic. By throwing early, the actual selection logic that follows is more obvious. |
||
|---|---|---|
| .. | ||
| deployments | ||
| docker | ||
| src | ||
| .gitignore | ||
| LICENSE | ||
| NOTICE | ||
| README.md | ||
| pom.xml | ||
| sonar-project.properties | ||
README.md
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