Mux Native Uploader
npm install capacitor-mux
npx cap sync
uploadVideo(options: UploadVideo) => Promise<{ success: boolean; }>
Param | Type |
---|---|
options |
UploadVideo |
Returns: Promise<{ success: boolean; }>
Prop | Type |
---|---|
uploadUri |
string |
videoFile |
string |