Skip to content
New issue

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

event receiving call not work #1766

Closed
marcelo386 opened this issue Mar 21, 2024 · 0 comments
Closed

event receiving call not work #1766

marcelo386 opened this issue Mar 21, 2024 · 0 comments
Assignees

Comments

@marcelo386
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants