@wppconnect-team/wppconnect - v2.2.4
    Preparing search index...

    Function offer

    • Send a call offer using the WhatsApp Web native VoIP stack

      Parameters

      Returns Promise<any>

      // Send a call offer
      WPP.call.offer('[number]@c.us');
      // Send a video call offer
      WPP.call.offer('[number]@c.us', {isVideo: true});