Skip to content

Commit

Permalink
Add documentation catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux committed Aug 7, 2023
1 parent 966b2d6 commit 2563fb1
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Sources/MuxUploadSDK/MuxUploadSDK.docc/MuxUploadSDK.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# ``MuxUploadSDK``

Allow your users to upload content directly to Mux from iOS or iPadOS.

## Overview

Use the Swift Upload SDK along with Direct Uploads to upload content directly to Mux without needing any intermediary steps using an authenticated URL.

You still get to control who gets an authenticated URL, how long it's viable, and, of course, the Asset settings used when the upload is complete.

Create a direct upload URL as [described here](https://docs.mux.com/guides/video/upload-files-directly#1-create-an-authenticated-mux-url).

Then

The Upload SDK handles the networking and file chunking needed to upload video input files for you.

Using Direct Uploads your application can upload content directly to Mux without needing any intermediary steps using an authenticated URL.

You still get to control who gets an authenticated URL, how long it's viable, and, of course, the Asset settings used when the upload is complete.

## Topics

### Options

- <doc:Options>
7 changes: 7 additions & 0 deletions Sources/MuxUploadSDK/MuxUploadSDK.docc/Options.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Options

### Transport

### Input Standardization

### EventTracking

0 comments on commit 2563fb1

Please sign in to comment.