wppconnect-team / wppconnect

WPPConnect is an open source project developed by the JavaScript community with the aim of exporting functions from WhatsApp Web to the node, which can be used to support the creation of any interaction, such as customer service, media sending, intelligence recognition based on phrases artificial and many other things, use your imagination
https://wppconnect.io
Other
1.93k stars 340 forks source link

"onPresenceChanged" não funciona #704

Closed mvac1991 closed 2 years ago

mvac1991 commented 3 years ago

Description

Nada acontece (nenhum log de erro) ao ativar o evento abaixo:

       try {
            client.onPresenceChanged(async (presence) => {
                console.log('presence-> ', presence);
            });
        } catch (error) {
            console.log(error);
        }

Environment

edgardmessias commented 3 years ago

@mvac1991 , poderia por gentileza atualizar o ticket e colocar as informações corretas do ambiente utilizado?

mvac1991 commented 2 years ago

@mvac1991 , poderia por gentileza atualizar o ticket e colocar as informações corretas do ambiente utilizado?

Atualizei