facing error on changing speed #621
-
as the documentation in playbackspeed , but i am getting error: what is the solution? where am i wrong?! |
Beta Was this translation helpful? Give feedback.
Answered by
Danielku15
Jun 18, 2021
Replies: 1 comment
-
Seems the docs are wrong in this area. playbackSpeed is not a function but a property. You need to assign a value to it like |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Danielku15
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems the docs are wrong in this area. playbackSpeed is not a function but a property. You need to assign a value to it like
api.playbackSpeed = 0.5
. I will correct the docs.