diff options
author | Chocobozzz <me@florianbigard.com> | 2020-04-08 14:39:31 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-04-08 14:39:31 +0200 |
commit | 96aae68cc47b7ac9b9400d5b5cf95acdf9fe38da (patch) | |
tree | d14363cd209f507d6ada3d53b8093c83ae12437b /support | |
parent | b1f3b635edf48949d268ce3d72fc33f126932a21 (diff) | |
download | PeerTube-96aae68cc47b7ac9b9400d5b5cf95acdf9fe38da.tar.gz PeerTube-96aae68cc47b7ac9b9400d5b5cf95acdf9fe38da.tar.zst PeerTube-96aae68cc47b7ac9b9400d5b5cf95acdf9fe38da.zip |
Add "ended" embed API event
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/api/embeds.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/support/doc/api/embeds.md b/support/doc/api/embeds.md index b1791ea13..a4236c521 100644 --- a/support/doc/api/embeds.md +++ b/support/doc/api/embeds.md | |||
@@ -123,7 +123,8 @@ Fired every half second to provide the current status of playback. The parameter | |||
123 | } | 123 | } |
124 | ``` | 124 | ``` |
125 | 125 | ||
126 | The `volume` field contains the volume from `0` (silent) to `1` (full volume). The `playbackState` can be `playing` or `paused`. More states may be added later. | 126 | The `volume` field contains the volume from `0` (silent) to `1` (full volume). |
127 | The `playbackState` can be `unstarted`, `playing`, `paused` or `ended`. More states may be added later. | ||
127 | 128 | ||
128 | ## Event `playbackStatusChange` | 129 | ## Event `playbackStatusChange` |
129 | 130 | ||