diff options
author | Chocobozzz <me@florianbigard.com> | 2019-12-17 15:19:42 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-12-18 10:14:24 +0100 |
commit | 478924a044f6a7b0fb5156c3e4a0e8ef4ed30a4a (patch) | |
tree | 7c3f253ab79074c76a6a6d28c906b5531d7f4b0d /support/doc/api/embeds.md | |
parent | 6377a9f2b0f762be9af61f46b4f0a9efd0c4b7c2 (diff) | |
download | PeerTube-478924a044f6a7b0fb5156c3e4a0e8ef4ed30a4a.tar.gz PeerTube-478924a044f6a7b0fb5156c3e4a0e8ef4ed30a4a.tar.zst PeerTube-478924a044f6a7b0fb5156c3e4a0e8ef4ed30a4a.zip |
Add package.json for embed api
Diffstat (limited to 'support/doc/api/embeds.md')
-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 3a35a539c..c2317a030 100644 --- a/support/doc/api/embeds.md +++ b/support/doc/api/embeds.md | |||
@@ -119,4 +119,8 @@ Fired when playback transitions between states, such as `pausing` and `playing`. | |||
119 | 119 | ||
120 | ## Event `resolutionUpdate` | 120 | ## Event `resolutionUpdate` |
121 | 121 | ||
122 | Fired when the available resolutions have changed, or when the currently selected resolution has changed. Listener should call `getResolutions()` to get the updated information. \ No newline at end of file | 122 | Fired when the available resolutions have changed, or when the currently selected resolution has changed. Listener should call `getResolutions()` to get the updated information. |
123 | |||
124 | ## Event `volumeChange` | ||
125 | |||
126 | Fired when the player volume changed. | ||