footniko

Results 27 comments of 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; ```

Having the same error even without building (just by running `npm start`): ![image](https://user-images.githubusercontent.com/1759971/90540140-718c2300-e189-11ea-8985-6e2ee7f7397a.png) 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?

@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