Web Component Build Issue

I downloaded source from github and tried to compile on Ubuntu 18.0.4
I followed as per:
https://docs.openvidu.io/en/2.15.0/developing/#compiling-openvidu-webcomponent
I have node -v : v12.16.3
It build successfully except budget warnings. It works fine but I noticed ‘Capture Avatar’ does not work. Even if I choose default Avatar , it remains empty in chat window.
Thanks

We’ll check it out ASAP.

Thanks

I downloaded build version from github which has no problem.
May be because I am using:
Angular CLI: 10.0.6
Node: 12.16.3
OS: linux x64
Angular: 10.0.9

I think it is issue with latest commits after 2.15.0 version.
i downloaded 2.15.0 commit and compiled it, it can capture the Avatar.
Thyanks