Autoloop the playlist from iframe option #1067
Unanswered
ungaaaabungaaa
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Auto Replay the entire playlist once the playlist is ended
For example
IFramePlayerOptions iFramePlayerOptions = new IFramePlayerOptions.Builder()
.controls(1)
// enable full screen button
.fullscreen(1)
// for playlist and video
.Autoloop(1)
.build();
Sorry in advance.. new to coding hence was thinking this would be good option for your amazing library
Beta Was this translation helpful? Give feedback.
All reactions