Releases: muxinc/swift-upload-sdk
Releases · muxinc/swift-upload-sdk
v0.1.0
Our first release of Mux's Swift Upload SDK!! 🎉 💯
This public beta release includes chunked, pause-able, resume-able video uploads for Mux Video. You can upload from anywhere in your app using MuxUpload
, and use UploadManager
to query its state from anywhere in your app regardless of your app architecture. You can even use UploadManager
to resume an upload after process death
Check out our README
for more details, and feel free to open a PR or Issue if you have feedback for us. Happy uploading!
- When uploads are resumed after a manual
pause()
, they start over from the beginning