jenkinsopenvidu da5c7af242 Release
2023-03-16 15:18:13 +00:00
..
2023-03-16 15:18:13 +00:00
2018-07-11 14:35:32 +02:00

License badge OpenVidu Tests Documentation Status Docker badge Support badge

openvidu-webcomponent

Visit docs.openvidu.io/en/stable/tutorials/openvidu-webcomponent/

How to build it

First of all, the webcomponent is built from openvidu-call so you must to clone this repository first:

$ git clone https://github.com/OpenVidu/openvidu-call.git

And also clone openvidu-tutorials in the same path with:

$ git clone https://github.com/OpenVidu/openvidu-tutorials.git

Once done, you will ned to go to the angular project with:

$ cd <your-path>/openvidu-call/front/openvidu-call/

Install npm dependencies with:

$ npm install

After that, the following command will generate the necessary artefacts and it'll copy them automatically into the openvidu-webcomponent tutorial:

$ npm run build:openvidu-webcomponent