# VideoAttachmentUploadPreview

`VideoAttachmentUploadPreview` renders pending video uploads, metadata pill, progress/retry UI, and remove control.

## Props

Implements `UploadAttachmentPreviewProps<LocalVideoAttachment>`.

| Prop                | Description                                   | Type                   |
| ------------------- | --------------------------------------------- | ---------------------- |
| `attachment`        | Video attachment item being previewed.        | `LocalVideoAttachment` |
| `handleRetry`       | Retry callback for failed uploads.            | `function`             |
| `removeAttachments` | Removes attachment(s) by local attachment id. | `function`             |


---

This page was last updated at 2026-04-17T17:33:46.068Z.

For the most recent version of this documentation, visit [https://getstream.io/chat/docs/sdk/react-native/ui-components/message-composer/components/attachment-preview/video-attachment-upload-preview/](https://getstream.io/chat/docs/sdk/react-native/ui-components/message-composer/components/attachment-preview/video-attachment-upload-preview/).