Live (deprecated)

Deprecated!

Use Web SDK config localisation.alertLiveCaption instead.

The optional live option is the equivalent to the countdown setting. It allows you to set a caption, rendered underneath the title, for a show that is currently live.

const alertConfig: Partial<AlertConfig> = {
  live: {
    caption: 'Now live',
  },
};

Last updated