Deprecated!
Use Web SDK config localisation.alertRepalyCaption instead.
The optional replay option is the equivalent to the countdown setting. It allows you to set a caption, rendered underneath the title, for a show that is already conducted.
const alertConfig: Partial<AlertConfig> = { replay: { caption: 'Watch again', }, };
Last updated 1 year ago