Send a call offer using the WhatsApp Web native VoIP stack
// Send a call offerWPP.call.offer('[number]@c.us');// Send a video call offerWPP.call.offer('[number]@c.us', {isVideo: true}); Copy
// Send a call offerWPP.call.offer('[number]@c.us');// Send a video call offerWPP.call.offer('[number]@c.us', {isVideo: true});
Send a call offer using the WhatsApp Web native VoIP stack