Recording Starting
- Alert key:
meld-recordingStarting - Source: Meld
Default message template
{{name}} is starting
Example payloads
Each scenario below mirrors what Lumia emits in Overlay.on('alert', (data) => …).
Recording Started
{
"alert": "meld-recordingStarting",
"dynamic": {
"value": "Go Bright"
},
"extraSettings": {}
}
Variation conditions
Dimensions you can branch on when configuring alert variations:
RANDOMEQUAL_VARIABLE
Related
- Alert Explorer - live preview of every alert
- Overlay Type Definitions - full
AlertEventTypeScript type