github OpenVidu/openvidu v2.1.0

latest releases: v2.30.0, v2.29.0, v2.28.0...
6 years ago

Release v2.1.0

NEW FEATURES

OpenVidu Browser support for video management

We have implemented a new class in OpenVidu Browser aimed to better support declarative frontend framewroks such as Angular, React or Vue.js.

Now Publisher and Subscriber objects both inherit from StreamManager, which provides 2 different methods to tell OpenVidu what DOM video players should display each specific stream (addVideoElement and createVideoElement). This allows us to let OpenVidu take control of the video elements (even if our framework dinamically creates them) and do not worry about its internals. This is all explained in detail in Manage video players section.

If you want to check out a real example of this behaviuor, explore our renovated OpenVidu Angular tutorial.

Don't miss a new openvidu release

NewReleases is sending notifications on new releases.