Skip to main content
Use audio messages for voice notes and audio attachments. TypeScript creates audio messages from an uploaded file ID. iOS and Android use AmityMessageAttachment. The current Flutter public message create selector does not expose an audio creator.
Flutter supports text, image, file, video, and custom message creators in the current public createMessage selector. Do not use a fabricated Flutter audio creator; use another supported message type or confirm audio-message support in your SDK version first.

Parameters

Send An Audio Message

Create an audio message from an uploaded file ID or platform attachment, depending on the SDK.

File Message

Send the audio file as a generic file attachment if that fits your product behavior.

Video Message

Send video attachments.