This is beta documentation for Stream Chat React Native SDK v9. For the latest stable version, see the latest version (v8) .

AudioAttachmentUploadPreview

AudioAttachmentUploadPreview renders pending audio/voice recording uploads with retry/remove controls.

Internally it computes upload indicator state from attachment.localMetadata.uploadState, supports offline-aware behavior, and renders AudioAttachment in preview mode.

Props

Implements UploadAttachmentPreviewProps<LocalAudioAttachment | LocalVoiceRecordingAttachment>.

attachment

Audio attachment item being previewed.

handleRetry

Retry callback for failed uploads.

removeAttachments

Removes attachment(s) by local attachment id.