Skip to content

v5.29.0

Compare
Choose a tag to compare
@stream-ci-bot stream-ci-bot released this 02 May 10:29
· 17 commits to main since this release

What's Changed

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