OpenVidu documentation
Hi medium!!
Today I have read the documentation about OpenVidu and the Angular implementation with this technology. Also I made some proofs with this code published on GitHub. OpenVidu (https://github.com/OpenVidu/openvidu) is a videoconference development plantform based in WebRTC. Our goal is to implement a React component in order to use this videoconference technology in a React application.
OpenVidu has as main component, an implementation of a multimedia server, from the Kurento project (https://www.kurento.org/)
We have to do three diferent versions of our component, simulating the GoToMeeting, Appearing and Hangouts appearance.
Now, the next step is to begin with our real Project. First of all, we have to implement a simple application in React using the OpenVidu technology.
See you soon!!
