···162162 /// Upload a video to the server
163163 ///
164164 /// [videoPath] The path to the video file
165165- Future<VideoUploadResult> uploadVideo(String videoPath);
165165+ Future<VideoUploadResult> uploadVideo(
166166+ String videoPath, {
167167+ void Function(double progress)? onUploadProgress,
168168+ });
166169167170 /// Returns a [VideoUploadResult] containing the video blob & optional audio
168171