• Send a call offer

    This method only will send a call offer, but there are no audio/video

    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});