Closed carterashwood closed 1 year ago
Its proprietary, and so far we have no idea what format it is in/how to decode it
this has been figured out with the private api. I'm changing this ticket to focus on the server side communication aspect
I would recommend creating a new endpoint like /message/balloon-bundle-media-path
which needs chatGuid
and messageGuid
), which will return the path of the cached attachment.
@tneotia what's the format of the transaction response object? or is it just a string to the file path?
@tneotia also, are the output files GIFs? Or Movs?
@zlshames yes string to file path, and for digital touch it is mov, for handwritten a png
Done.
Would it be possible for the server to convert digital touch messages to a normal image format like gif or apng to be viewed on android? I suppose it's just a matter of figuring out how to read it on the server side (it may be an embedded image, but it's probably some custom proprietary thing knowing Apple).