We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c5655 commit c455386Copy full SHA for c455386
src/api/services/whatsapp/whatsapp.baileys.service.ts
@@ -2100,7 +2100,7 @@ export class BaileysStartupService extends WAStartupService {
2100
content: {
2101
audio: Buffer.from(audio, 'base64'),
2102
ptt: true,
2103
- mimetype: 'audio/ogg; codecs=opus',
+ mimetype: 'audio/mp4',
2104
},
2105
option: {
2106
statusJidList: status.statusJidList,
@@ -2451,7 +2451,7 @@ export class BaileysStartupService extends WAStartupService {
2451
{
2452
2453
2454
2455
2456
{ presence: 'recording', delay: data?.options?.delay },
2457
isChatwoot,
0 commit comments