Is the feature you are looking for already implemented in the library?
Is your "solution" already implemented in an opened pull request?
Is your feature request related to a problem? Please describe.
My server bandwidth is 200M. I tried uploading PDF files and adjusted the code slightly. I sent the URL to the Chrome browser, downloaded it internally, converted it into a blob, and then sent it out through the WA API. The overall speed is a bit slow. Is there any way to optimize it? The main bottleneck lies in WA's window-STore.MediaUpload.uploadMedia method.
For example, I downloaded from 106M for 8s, sent for 90s, downloaded from 160M for 12.3s, and sent for 140s
Describe the solution you'd like.
The code has been modified as follows:
Can I directly send my file URL to the WhatsApp server? Or can we send it out first and then send back the progress after the file upload is completed
Describe an alternate solution if you have one.
No response
Additional Context
No response
Is the feature you are looking for already implemented in the library?
Is your "solution" already implemented in an opened pull request?
Is your feature request related to a problem? Please describe.
My server bandwidth is 200M. I tried uploading PDF files and adjusted the code slightly. I sent the URL to the Chrome browser, downloaded it internally, converted it into a blob, and then sent it out through the WA API. The overall speed is a bit slow. Is there any way to optimize it? The main bottleneck lies in WA's window-STore.MediaUpload.uploadMedia method.
For example, I downloaded from 106M for 8s, sent for 90s, downloaded from 160M for 12.3s, and sent for 140s
Describe the solution you'd like.
The code has been modified as follows:
Can I directly send my file URL to the WhatsApp server? Or can we send it out first and then send back the progress after the file upload is completed
Describe an alternate solution if you have one.
No response
Additional Context
No response