Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: media sharing receiver state #113

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions site/content/protocols/media-sharing/1.0/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Done -> [*]
#### Receiver states

- media-requested
- media-shared
- media-received
- done

<!--
Expand Down Expand Up @@ -156,7 +156,7 @@ Description of the fields:
- `key`: content encryption key, formatted as an hex string
- `iv`: initialization vector, formatted as an hex string
- `tag`: authentication tag, formatted as an hex string
- `metadata`: (optional) any relevant information that might the used by an agent to better show the item. Some initial known fields are:
- `metadata`: (optional) any relevant information that might be used by an agent to better show the item. Some initial known fields are:
- `preview`: base64 string containing a thumbnail (used mostly for images and videos)
- `blurhash`: compact representation of a placeholder for an image (used mostly for images and videos)
- `duration`: number containing media duration in seconds (used mostly for videos and audio files)
Expand Down