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:
parent
6377a9f2b0
commit
478924a044
5 changed files with 32 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue