VideoUploadEvent

sealed class VideoUploadEvent

Events emitted while one signed video upload is collected.

Inheritors

Types

Link copied to clipboard
data class Completed(val response: VideoUploadResponse) : VideoUploadEvent

The one final typed upload response. The flow closes after this event.

Link copied to clipboard
data class Progress(val progress: UploadProgress) : VideoUploadEvent

Latest bounded, monotonic byte progress reported by the upload transport.