hermanigoncalves

Results 3 comments of hermanigoncalves

I'm not trying to send audio in the header of the buttons. And yes only the buttons and when I install the solution given in another topic of the error:...

em vez de client.on('qr', qrData => { const img = qr.imageSync(qrData, { type: 'png' }); fs.writeFileSync('qrcode.png', img); });` tenta client.on('qr',qr=>{ qrcode.generate(qr,{small: true}) });