ParticipantThumbnailConfiguration
An object representing a configuration of thumbnails for recorded video from an individual participant.
Contents
- recordingMode
- 
               Thumbnail recording mode. Default: DISABLED.Type: String Valid Values: INTERVAL | DISABLEDRequired: No 
- storage
- 
               Indicates the format in which thumbnails are recorded. SEQUENTIALrecords all generated thumbnails in a serial manner, to the media/thumbnails/high directory.LATESTsaves the latest thumbnail in media/latest_thumbnail/high/thumb.jpg and overwrites it at the interval specified bytargetIntervalSeconds. You can enable bothSEQUENTIALandLATEST. Default:SEQUENTIAL.Type: Array of strings Array Members: Minimum number of 0 items. Maximum number of 2 items. Valid Values: SEQUENTIAL | LATESTRequired: No 
- targetIntervalSeconds
- 
               The targeted thumbnail-generation interval in seconds. This is configurable only if recordingModeisINTERVAL. Default: 60.Type: Integer Valid Range: Minimum value of 1. Maximum value of 86400. Required: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: