You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes same problem here too, I tried to rebuild using new baileys but got errors
src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts(1910,38): error TS2339: Property 'offerCall' does not exist on type '{ logger: ILogger; getOrderDetails: (orderId: string, tokenBase64: string) => Promise<OrderDetails>; getCatalog: ({ jid, limit, cursor }: GetCatalogOptions) => Promise<...>; ... 97 more ...; sendWAMBuffer: (wamBuffer: Buffer<...>) => Promise<...>; }'.
src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts(1911,36): error TS2339: Property 'terminateCall' does not exist on type '{ logger: ILogger; getOrderDetails: (orderId: string, tokenBase64: string) => Promise<OrderDetails>; getCatalog: ({ jid, limit, cursor }: GetCatalogOptions) => Promise<...>; ... 97 more ...; sendWAMBuffer: (wamBuffer: Buffer<...>) => Promise<...>; }'.
I tried to update inside the docker container using npm update baileys@6.7.17 , npm list showed correct baileys version.
restarted the container and it didn't work :(
It's possible that the current evo api codes need updating for Baileys 6.7.17
Edit: additional info, I'm using chatwoot with Evo Api, I tested via chatwoot group chat. Receiving was fine, sending failed.
Hi,
I'm currently using the Docker image atendai/evolution-api:homolog, and I’m still unable to send messages to WhatsApp groups.
Has this issue been fixed? If so, which version tag includes the fix?
Thanks in advance!
The text was updated successfully, but these errors were encountered: