aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rw-r--r--support/doc/api/embeds.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/support/doc/api/embeds.md b/support/doc/api/embeds.md
index c3be120a1..069882bfe 100644
--- a/support/doc/api/embeds.md
+++ b/support/doc/api/embeds.md
@@ -169,6 +169,10 @@ Seek to the given position, as specified in seconds into the video.
169 169
170Add a listener for a specific event. See below for the available events. 170Add a listener for a specific event. See below for the available events.
171 171
172## `removeEventListener(eventName : string, handler : Function)`
173
174Remove a listener.
175
172## `getResolutions() : Promise<PeerTubeResolution[]>` 176## `getResolutions() : Promise<PeerTubeResolution[]>`
173 177
174Get the available resolutions. A `PeerTubeResolution` looks like: 178Get the available resolutions. A `PeerTubeResolution` looks like: