Closed 5tan closed 6 years ago
webrtccapturer sample was not working because of following error:
webrtccapturer
This error appears in the web browser when user selects the camera device.
It looks like symple version being download with npm is incompatible with the node app.
symple
npm
I fixed the bug by copying Symple Js files from webrtcrecorder sample to the assets dir.
webrtcrecorder
apparently it is fixed already
webrtccapturer
sample was not working because of following error:This error appears in the web browser when user selects the camera device.
It looks like
symple
version being download withnpm
is incompatible with the node app.I fixed the bug by copying Symple Js files from
webrtcrecorder
sample to the assets dir.