footniko
footniko
In the **widget.js** change to the `pencilDrawHelper.getOptions` function (approx. line 1733) add this before return statement: ``` pencilLineWidth = document.getElementById('line-width-text').value; pencilStrokeStyle = document.getElementById('stroke-style').value; ```
Same here.
Having the same error even without building (just by running `npm start`):  Windows 10 (Virtual Machine) v4.0.1
Any updates/workarounds? @mcroker solution doesn't seem to work.
Sorry, you have to follow the official documentation for now. I don't have time just to write code for you. There are also some simple projects here: https://mediasoup.org/documentation/examples/
Yes, in **server/config.js** you have to change `rtcAnnouncedIPv4` to the public IP address of your AWS server.
Please. inspect **frontend/public** files for matches.
Have you installed npm packages for the frontend app as mentioned in the Readme?
Are you using SSL?
@harivyas35 it means it can't find **io** (socket.io-client lib) that's been loaded with index.html Make sure you started the server and change the port in index.html: https://github.com/footniko/mediasoup-sample/blob/master/frontend/public/index.html#L5