diff options
Diffstat (limited to 'support/doc/api')
-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. | ||