projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f956d4
)
Add pt version in embed options
author
Chocobozzz
<me@florianbigard.com>
Tue, 14 Apr 2020 07:02:44 +0000
(09:02 +0200)
committer
Chocobozzz
<me@florianbigard.com>
Tue, 14 Apr 2020 07:02:44 +0000
(09:02 +0200)
support/doc/api/embeds.md
patch
|
blob
|
history
diff --git
a/support/doc/api/embeds.md
b/support/doc/api/embeds.md
index 80d6c22793d34a18d8b6e6642d6bb37096230506..7085b4b0ad569e2592eafd143a433fb350ac7712 100644
(file)
--- a/
support/doc/api/embeds.md
+++ b/
support/doc/api/embeds.md
@@
-125,6
+125,8
@@
The parameter of the callback will resemble:
}
```
+`duration` field and `ended` `playbackState` are available in PeerTube >= 2.2.
+
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.