new AudioMessageInput(
"file:///Users/rjuevesano/Library/Developer/CoreSimulator/Devices/0204E5B1-2117-472E-9063-DE7D963293B4/data/Containers/Data/Application/926071B0-2594-4021-9E99-1D4A9914F139/Library/Caches/record-5c90f201-93ad-490c-a13c-baf66f7cf379.m4a"
AudioMimeType.mpeg,
record.recordSecs,
`record-${uuidv4()}.m4a`
)
Hello. So I'm trying to send an audio message and I follow the docs here https://cp-docs.nabla.com/docs/messaging-core-rn#different-types-of-messages.
I'm using
react-native-audio-recorder-playerto record an audio. It works on android usingmp3extension but on iOS usingm4ais not working. I'm getting that errorUnable to parse message input.Here's my payload