Skip to content

fix: Reject Calls#201798

Open
BenyFilho wants to merge 3 commits into
wwebjs:mainfrom
BenyFilho:fix_reject_calls
Open

fix: Reject Calls#201798
BenyFilho wants to merge 3 commits into
wwebjs:mainfrom
BenyFilho:fix_reject_calls

Conversation

@BenyFilho

Copy link
Copy Markdown
Member

Description

Fixing Reject Calls.

Closes #201746

Testing Summary

Test Details

client.on('call', async (call) => {
    console.log('Call received: ', call);
    await call.reject();
});

You can try the fix by running one of the following commands:

  • NPM
    npm install github:BenyFilho/whatsapp-web.js#fix_reject_calls

  • YARN
    yarn add github:BenyFilho/whatsapp-web.js#fix_reject_calls

Environment

  • Machine OS:

Windows 10

  • Phone OS:
    Android 11

  • Library Version:

1.34.7

  • WhatsApp Web Version:

2.3000.1041691955

  • Browser Type and Version:

Chrome 149.0.7827.104

  • Node Version:

18.20.2

Type of Change

  • Dependency change (package changes such as removals, upgrades, or additions)
  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Non-code change (documentation, README, etc.)

Checklist

  • My code follows the style guidelines of this project.
  • All new and existing tests pass (npm test).
  • Typings (e.g. index.d.ts) have been updated if necessary.
  • Usage examples (e.g. example.js) / documentation have been updated if applicable.

@github-actions github-actions Bot added api changes API modifications utility Utility code labels Jun 18, 2026
@voidpack

Copy link
Copy Markdown

thx.tested.. work perfectly.

@BenyFilho BenyFilho added the approved Confirmed by maintainers label Jul 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api changes API modifications approved Confirmed by maintainers utility Utility code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reject Call don't work

4 participants