diff options
author | Chocobozzz <me@florianbigard.com> | 2023-06-19 09:05:20 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-06-29 10:19:33 +0200 |
commit | 89becbcb37386147c35b03c7b47985ea85d73f44 (patch) | |
tree | ae1288c29ed0e1919030e292458fa2c4d2fc59f9 | |
parent | bafaba0bcda0c9fb553b9eebef3764994bb4ff60 (diff) | |
download | PeerTube-89becbcb37386147c35b03c7b47985ea85d73f44.tar.gz PeerTube-89becbcb37386147c35b03c7b47985ea85d73f44.tar.zst PeerTube-89becbcb37386147c35b03c7b47985ea85d73f44.zip |
Add missing playbackRate URL param doc
-rw-r--r-- | support/doc/api/embeds.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/support/doc/api/embeds.md b/support/doc/api/embeds.md index 1dd1443e7..493268c6e 100644 --- a/support/doc/api/embeds.md +++ b/support/doc/api/embeds.md | |||
@@ -52,7 +52,7 @@ player.pause() | |||
52 | ## Embed URL parameters | 52 | ## Embed URL parameters |
53 | 53 | ||
54 | You can customize PeerTube player by specifying URL query parameters. | 54 | You can customize PeerTube player by specifying URL query parameters. |
55 | For example `https://my-instance.example.com/videos/embed/52a10666-3a18-4e73-93da-e8d3c12c305a??start=1s&stop=18s&loop=1&autoplay=1&muted=1&warningTitle=0&controlBar=0&peertubeLink=0&p2p=0` | 55 | For example `https://my-instance.example.com/videos/embed/52a10666-3a18-4e73-93da-e8d3c12c305a?start=1s&stop=18s&loop=1&autoplay=1&muted=1&warningTitle=0&controlBar=0&peertubeLink=0&p2p=0` |
56 | 56 | ||
57 | ### start | 57 | ### start |
58 | 58 | ||
@@ -108,6 +108,10 @@ Most web browsers disable video autoplay if the user did not interact with the v | |||
108 | 108 | ||
109 | Value must be `0` or `1`. | 109 | Value must be `0` or `1`. |
110 | 110 | ||
111 | ### playbackRate | ||
112 | |||
113 | Force the default playback rate (`0.75`, `1.5` etc). | ||
114 | |||
111 | ### title | 115 | ### title |
112 | 116 | ||
113 | Hide embed title. | 117 | Hide embed title. |