Openvidu-angular

Hi!

We create angular apps using openvidu-browser.
We’ve seen that there’s a openvidu-angular library. Would we miss out on anything if we switch to that package? Whats openvidu-angular for?

HI,

openvidu-angular library is based on OpenVidu Call app, It includes the OpenVidu Call application into an angular library.

For customizing it, you need to edit the OpenVidu Call project and rebuild the angular library. OpenVidu Docs

1 Like

As @CSantosM just said, OpenVidu Angular is a fully-working component based on OpenVidu Call application. You can insert it in an Angular app. It is what it is, and customization is pretty limited.
On the other hand openvidu-browser allows you to have full control in your frontend. You can build whatever component you want with it to develop your videoconferencing experience.
Cheers.

1 Like