1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 01:39:37 +02:00

Add "ended" embed API event

This commit is contained in:
Chocobozzz 2020-04-08 14:39:31 +02:00
parent b1f3b635ed
commit 96aae68cc4
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 9 additions and 3 deletions

View 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`