What's Changed
- feat: async audio by @khushal87 in #2501
What is Async Audio?
The features enable you to record and send voice notes in the Chat. 🎉
How to use it?
You can primarily follow this audio support guide to enable and use this feature.
To enable the feature, simply install react-native-audio-recorder-player and react-native-video for React Native CLI applications and expo-av for Expo applications.
After installation, enable the feature by passing the audioRecordingEnabled prop as true in the Channel component of our SDK.
<Channel audioRecordingEnabled={true} />The release also improves couple of other caveats with duration field in MessageInput and tries to make the FileUploadPreview and the FileAttachment component simpler.
Full Changelog: v5.28.1...v5.29.0