diff options
author | Chocobozzz <me@florianbigard.com> | 2020-04-14 09:02:44 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-04-14 09:02:44 +0200 |
commit | 624a022157abc74e72c2cac3a80c823eb950e599 (patch) | |
tree | 43ffa8b3c25e4574ae8dba3909398dda3a930a43 | |
parent | 3f956d431cd965a4c9476e394ca74a46635bc7ed (diff) | |
download | PeerTube-624a022157abc74e72c2cac3a80c823eb950e599.tar.gz PeerTube-624a022157abc74e72c2cac3a80c823eb950e599.tar.zst PeerTube-624a022157abc74e72c2cac3a80c823eb950e599.zip |
Add pt version in embed options
-rw-r--r-- | support/doc/api/embeds.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/support/doc/api/embeds.md b/support/doc/api/embeds.md index 80d6c2279..7085b4b0a 100644 --- a/support/doc/api/embeds.md +++ b/support/doc/api/embeds.md | |||
@@ -125,6 +125,8 @@ The parameter of the callback will resemble: | |||
125 | } | 125 | } |
126 | ``` | 126 | ``` |
127 | 127 | ||
128 | `duration` field and `ended` `playbackState` are available in PeerTube >= 2.2. | ||
129 | |||
128 | The `volume` field contains the volume from `0` (silent) to `1` (full volume). | 130 | The `volume` field contains the volume from `0` (silent) to `1` (full volume). |
129 | The `playbackState` can be `unstarted`, `playing`, `paused` or `ended`. More states may be added later. | 131 | The `playbackState` can be `unstarted`, `playing`, `paused` or `ended`. More states may be added later. |
130 | 132 | ||