ParticipantThumbnailConfiguration
An object representing a configuration of thumbnails for recorded video from an individual participant.
Types
Properties
Link copied to clipboard
Thumbnail recording mode. Default: DISABLED
.
Link copied to clipboard
Indicates the format in which thumbnails are recorded. SEQUENTIAL
records all generated thumbnails in a serial manner, to the media/thumbnails/high directory. LATEST
saves the latest thumbnail in media/latest_thumbnail/high/thumb.jpg and overwrites it at the interval specified by targetIntervalSeconds
. You can enable both SEQUENTIAL
and LATEST
. Default: SEQUENTIAL
.
Link copied to clipboard
The targeted thumbnail-generation interval in seconds. This is configurable only if recordingMode
is INTERVAL
. Default: 60.
Functions
Link copied to clipboard
inline fun copy(block: ParticipantThumbnailConfiguration.Builder.() -> Unit = {}): ParticipantThumbnailConfiguration