We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.0.1 alpha
2.3000.1012189107
101.0.4951.67
windows 10
WPP.on("call.incoming_call", (call) => { result = call; if (call !== undefined) console.log('{"name":"IncomingiCall",' + '"result":{"result":[{"id":"' + call.id +'", "sender":"' + call.sender + '", "peerJid":"' + call.peerJid + '", "isGroup":' + call.isGroup + ', "isVideo":' + call.isVideo + ', "offerTime":' + call.offerTime + ' }]}}');
});
it is not dropping in this call.incoming_call event
the event doesn't work
in the previous version of WhatsApp Web 2.24 12.1-beta it is working normally, it must be something specific to version 2.3000.xxx
The text was updated successfully, but these errors were encountered:
486df99
icleitoncosta
No branches or pull requests
WA-JS Version
3.0.1 alpha
WhatsApp Version
2.3000.1012189107
Browser Version
101.0.4951.67
Operation System
windows 10
Steps to reproduce
WPP.on("call.incoming_call", (call) => {
result = call;
if (call !== undefined)
console.log('{"name":"IncomingiCall",' + '"result":{"result":[{"id":"' + call.id +'", "sender":"' + call.sender + '", "peerJid":"' + call.peerJid + '", "isGroup":' + call.isGroup + ', "isVideo":' + call.isVideo + ', "offerTime":' + call.offerTime + ' }]}}');
});
What is expected?
it is not dropping in this call.incoming_call event
What is actually happening?
the event doesn't work
Any additional comments?
in the previous version of WhatsApp Web 2.24 12.1-beta it is working normally, it must be something specific to version 2.3000.xxx
The text was updated successfully, but these errors were encountered: