aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/api/embeds.md
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to update embed captionsChocobozzz2020-05-061-5/+13
|
* Add pt version in embed optionsChocobozzz2020-04-141-0/+2
|
* Add duration in embed api playbackStatusUpdateChocobozzz2020-04-081-1/+3
|
* Update embed api docChocobozzz2020-04-081-1/+1
|
* Add "ended" embed API eventChocobozzz2020-04-081-1/+2
|
* Fix embed api docsDavid Dobryakov2020-03-251-1/+1
| | | player.stop() -> player.pause()
* Fix embed api documentationChocobozzz2020-03-201-9/+1
|
* Add missing api=1 info in embed quickstartChocobozzz2020-02-281-1/+2
|
* Add embed api buildChocobozzz2019-12-181-1/+20
|
* Add package.json for embed apiChocobozzz2019-12-181-1/+5
|
* Ability to programmatically control embeds (#776)William Lahti2018-07-101-0/+122
* first stab at jschannel based player api * semicolon purge * more method-level docs; consolidate definitions * missing definitions * better match peertube's class conventions * styling for embed tester * basic docs * add `getVolume` * document the test-embed feature