aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-04-08 14:39:31 +0200
committerChocobozzz <me@florianbigard.com>2020-04-08 14:39:31 +0200
commit96aae68cc47b7ac9b9400d5b5cf95acdf9fe38da (patch)
treed14363cd209f507d6ada3d53b8093c83ae12437b /support/doc
parentb1f3b635edf48949d268ce3d72fc33f126932a21 (diff)
downloadPeerTube-96aae68cc47b7ac9b9400d5b5cf95acdf9fe38da.tar.gz
PeerTube-96aae68cc47b7ac9b9400d5b5cf95acdf9fe38da.tar.zst
PeerTube-96aae68cc47b7ac9b9400d5b5cf95acdf9fe38da.zip
Add "ended" embed API event
Diffstat (limited to 'support/doc')
-rw-r--r--support/doc/api/embeds.md3
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
126The `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. 126The `volume` field contains the volume from `0` (silent) to `1` (full volume).
127The `playbackState` can be `unstarted`, `playing`, `paused` or `ended`. More states may be added later.
127 128
128## Event `playbackStatusChange` 129## Event `playbackStatusChange`
129 130