@axles/capacitor-mux
v0.0.5
Published
Mux Native Uploader
Downloads
2
Readme
capacitor-mux
Mux Native Uploader
Install
npm install capacitor-mux
npx cap sync
API
uploadVideo(...)
uploadVideo(options: UploadVideo) => Promise<{ success: boolean; }>
| Param | Type |
| ------------- | --------------------------------------------------- |
| options
| UploadVideo |
Returns: Promise<{ success: boolean; }>
Interfaces
UploadVideo
| Prop | Type |
| --------------- | ------------------- |
| uploadUri
| string |
| videoFile
| string |