WhatsApp VoIP WASM Module for Node.js - Compatible with Baileys
Create a .npmrc file in your project root:
@w3nder:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=YOUR_GITHUB_TOKEN
npm install @w3nder/whatsapp-voip-wasmimport { WhatsAppVoipWasm } from '@w3nder/whatsapp-voip-wasm';
// Initialize the WASM module
const voip = new WhatsAppVoipWasm();
await voip.initialize();
// Use the VoIP functions...- Node.js 18+
- Worker threads support
Proprietary - All Rights Reserved