1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 01:39:37 +02:00

Add package.json for embed api

This commit is contained in:
Chocobozzz 2019-12-17 15:19:42 +01:00
parent 6377a9f2b0
commit 478924a044
No known key found for this signature in database
GPG key ID: 583A612D890159BE
5 changed files with 32 additions and 4 deletions

View file

@ -119,4 +119,8 @@ Fired when playback transitions between states, such as `pausing` and `playing`.
## Event `resolutionUpdate`
Fired when the available resolutions have changed, or when the currently selected resolution has changed. Listener should call `getResolutions()` to get the updated information.
Fired when the available resolutions have changed, or when the currently selected resolution has changed. Listener should call `getResolutions()` to get the updated information.
## Event `volumeChange`
Fired when the player volume changed.