aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/api/embeds.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-12-17 15:19:42 +0100
committerChocobozzz <me@florianbigard.com>2019-12-18 10:14:24 +0100
commit478924a044f6a7b0fb5156c3e4a0e8ef4ed30a4a (patch)
tree7c3f253ab79074c76a6a6d28c906b5531d7f4b0d /support/doc/api/embeds.md
parent6377a9f2b0f762be9af61f46b4f0a9efd0c4b7c2 (diff)
downloadPeerTube-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.md6
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
122Fired 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 122Fired 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
126Fired when the player volume changed.