Merge branch 'master' into 0718-refactor-touchscreenlayout

This commit is contained in:
Ginger Wong
2020-07-19 15:13:18 -07:00
9 changed files with 105 additions and 44 deletions

View File

@@ -32,6 +32,9 @@ const VIDEO_SRC = {
const VIDEO_OPTIONS = {
autoplay: false,
liveui: true, // try this
liveTracker: {
trackingThreshold: 0,
},
sources: [VIDEO_SRC],
};