Expressive Voice Communication: Audio messages enable rich emotional expression and detailed communication through voice recordings. Support for MP3 and WAV formats with up to 1GB file size allows for everything from quick voice notes to detailed audio content.
Audio Messaging Overview
Audio messages provide intimate and expressive communication capabilities, allowing users to convey emotions, tone, and detailed information that text cannot capture. Perfect for voice notes, recordings, and rich audio content.Voice Expression
Rich emotional communication
- Convey tone and emotion naturally
- Quick voice notes and responses
- Detailed audio explanations
- Personal touch in conversations
Format Support
Flexible audio handling
- MP3 and WAV format support
- Up to 1GB file size capacity
- Cross-platform compatibility
Platform Implementation
Unified audio handling with automatic uploadMobile SDKs provide streamlined audio messaging with automatic upload processing, eliminating the need for separate upload steps.
Required Parameters
Parameter | Type | Description |
---|---|---|
subChannelId | String | Target subchannel identifier for the audio message |
attachment | Audio/URI | Local audio file path or URI reference |
Optional Parameters
Parameter | Type | Description |
---|---|---|
caption | String | Text description or transcript for the audio |
fileName | String | Custom filename for the uploaded audio |
tags | Array<String> | Message categorization and filtering tags |
parentId | String | Parent message ID for threaded conversations |
metadata | Object | Custom properties for extended functionality |
Implementation Examples
Automatic Processing: Mobile SDKs handle audio upload and format optimization automatically, providing seamless user experience with progress tracking.
Audio Message Features
Audio Formats & Quality
Audio Formats & Quality
Comprehensive audio format support and quality optionsSupported Formats
- MP3: Universal compatibility, excellent compression, ideal for voice and music
- WAV: Uncompressed quality, perfect for high-fidelity recordings
- Format Conversion: Automatic optimization for web delivery when needed
- Voice Optimized: 64-128kbps for clear voice recordings
- Standard Quality: 128-192kbps for general audio content
- High Quality: 256-320kbps for music and detailed audio
Related Features
Video Messages
Video content
Share video recordings and visual content
File Messages
Document sharing
Send files, documents, and attachments
Implementation Strategy: Start with basic audio messaging using platform-specific patterns (unified upload for mobile, two-step for web), then add recording capabilities, transcription features, and advanced metadata. Always validate audio formats and implement proper progress feedback for optimal user experience.