mirror of https://github.com/Chocobozzz/PeerTube
parent
5411da31d1
commit
b2b0ce8ac8
|
@ -46,7 +46,7 @@ await player.ready // wait for the player to be ready
|
||||||
// now you can use it!
|
// now you can use it!
|
||||||
player.play()
|
player.play()
|
||||||
player.seek(32)
|
player.seek(32)
|
||||||
player.stop()
|
player.pause()
|
||||||
```
|
```
|
||||||
|
|
||||||
# Methods
|
# Methods
|
||||||
|
|
Loading…
Reference in New Issue