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:
parent
b1f3b635ed
commit
96aae68cc4
3 changed files with 9 additions and 3 deletions
|
@ -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`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue