Replay (deprecated)
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