I am using the openvidu-call (OpenVidu Docs) as the base of my project.
I would like to add the ability to select the audio output sources. In order to do that, I have to modify the method getdevices in the file openvidu.Ts (in openvidubrowser). So my question to you is, once the change to openvidu.ts is made, how I can use my “custom” openvidubrowser instead of the one that openvidu-call use?
You can also compile your openvidu-browser version with npm pack, which will generate a tgz compield version of the library, which you can install with npm install openvidu-browser.tgz at the root of any NPM project.