]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/doc/api/embeds.md
Add "ended" embed API event
[github/Chocobozzz/PeerTube.git] / support / doc / api / embeds.md
index b1791ea136d96cd8da49c52ff7dc088114de681e..a4236c521b90df2f2f5d977e235bc174b3b99014 100644 (file)
@@ -123,7 +123,8 @@ Fired every half second to provide the current status of playback. The parameter
 }
 ```
 
-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.
+The `volume` field contains the volume from `0` (silent) to `1` (full volume).
+The `playbackState` can be `unstarted`, `playing`, `paused` or `ended`. More states may be added later.
 
 ## Event `playbackStatusChange`