Items API Initialization
enabled
Controls whether a Widget warning is shown at the Item level, on iOS devices using browsers that do not fully support video recordings.
You would want to use this option to show the warning dialog.
Examples
// Items API - Enable Widget warning for browsers on iOS devices that do not support video recording
var initializationOptions = {
"config": {
"configuration": {
"compatibility": {
"video": {
"widget_browser_warning": {
"enabled": true
}
}
}
}
}
};
// Assess API - Enable Widget warning for browsers on iOS devices that do not support video recording
var initializationOptions = {
"configuration": {
"compatibility": {
"video": {
"widget_browser_warning": {
"enabled": true
}
}
}
}
};
Values
Attribute path config.configuration.compatibility.video.widget_browser_warning.enabled
Default false
Type boolean
Versioning
Version added: v2025.3.LTS