Closed diegoflorez closed 6 years ago
Onapp/routes/webrtc.jsline 90 use Buffer.from(<string>)instead of new Buffer(<string>) Thanks for you work. 👍
app/routes/webrtc.js
Buffer.from(<string>)
new Buffer(<string>)
Thanks @diegoflorez, we really appreciate the input. We have updated with the repo per your suggestion.
On
app/routes/webrtc.js
line 90 useBuffer.from(<string>)
instead ofnew Buffer(<string>)
Thanks for you work. 👍