Send a call offer
This method only will send a call offer, but there are no audio/video
Optional
// 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
This method only will send a call offer, but there are no audio/video