xirsys / xirsys-examples-v3

Xirsys Examples for V3 API
23 stars 27 forks source link

NodeJS new Buffer(<string>) deprecated #6

Closed diegoflorez closed 6 years ago

diegoflorez commented 6 years ago

Onapp/routes/webrtc.jsline 90 use Buffer.from(<string>)instead of new Buffer(<string>) Thanks for you work. 👍

noeplease commented 6 years ago

Thanks @diegoflorez, we really appreciate the input. We have updated with the repo per your suggestion.