li-transcoding-state

Supported Features

Document
Media
Include
Document Creation Flow
Push Message
Table Dashboard
Display Filter
Search Indexing
System Metadata
Webhook Conditions

Default UI

UI to trigger transcodings, see progress and the end result.

Storage Format

{
  commands: [
    {
      assetKey: <String>,
      commandId: <String>,
      createdAt: <String>,
      state: <String>,
      errorMessage: <String>,
      progress: <Number>
    }
  ],
  transcodings: [
    {
      assetKey: <String>
    }
  ]
}

Content Type Config

{
  handle: 'myContentType',
  // ...
  metadata: [
    {
      handle: 'myHandle'
      type: 'li-transcoding-state',
      config: {
        index: true                              // optional, default: false. Added in: release-2023-07
      }
      ui: {
        label: 'My Transcoding'     // optional, takes "Transcoding State" otherwise
      }
    }
    // ...
  ]
}