You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found how to do it:
Optional<byte[]> opt = api.downloadMedia(img).get();
Yeah this is the correct answer
It will be likely impossible very soon.
I’m rewriting the entire network stack at https://github.com/Auties00/Leap and that uses kernel functions for tcp and udp sockets. I could take a look and check how Android does it and add support though
When I receive an image from WhatsApp I have the mediaUrl (.enc file) and mediaKey attributes. How do I get the decrypted byte array of the image?
The text was updated successfully, but these errors were encountered: