Bixby Developer Center

References

autoplay

optionalvalue required

Specify whether a video autoplays.

If this key is true, the specified video will begin autoplaying after it is loaded. The default is false.

Note

This is currently only supported on mobile and fridge devices.

Example

section {
content {
video {
youtube {
video-id ("7zP30QYMUjQ")
}
poster ("https://example.com/movie-poster.png")
autoplay (true)
}
}
}