When in tile view, during the first few minutes of session, the tiles shifts continuously.
That’s because when a user speaks for the first time he shifts position.
Is there a way to disable this feature?
In config.js, add this in the “testing
” block:
enableThumbnailReordering: false,
2 Likes