1.5 KiB
1.5 KiB
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