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
{{ message }}
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
I'm using react-native-audio-recorder-player to record an audio. It works on android using mp3 extension but on iOS using m4a is not working. I'm getting that error Unable to parse message input.
Here's my payload
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`
)
The text was updated successfully, but these errors were encountered:
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-player
to record an audio. It works on android usingmp3
extension but on iOS usingm4a
is not working. I'm getting that errorUnable to parse message input
.Here's my payload
The text was updated successfully, but these errors were encountered: