mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-19 11:52:20 -06:00
feat: Added encoding option in endpoint sendWhatsAppAudio
This commit is contained in:
@@ -107,7 +107,7 @@ export class InstanceController {
|
||||
if (qrcode) {
|
||||
this.logger.verbose('creating qrcode');
|
||||
await instance.connectToWhatsapp(number);
|
||||
await delay(2000);
|
||||
await delay(3000);
|
||||
getQrcode = instance.qrCode;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user