Hi, I'm running your javascript demos using Bower and the http-server npm package as described in the readme. I'm using Ubuntu 18.04, Node 10.15.3, and Firefox 84.
bower install
http-server
When I load the page in the Hello World example, I get two Javascript errors:
1) adapter.js is not loaded (appears to be an invalid path to the file in the bower package, I can fix this with a symlink)
2) "getUserMedia is not defined". It appears there's no loaded file that defines this function that is references in kurento-utils.js
This seems fundamentally wrong so I may have overlooked something. Any ideas why this isn't working for me?
Thanks for the help!