configuration.compatibility.video.global_browser_warning.enabled - Initialization - Assess API

Assess API Initialization

enabled

Controls whether a global warning is shown before the assessment begins 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 global warning for browsers on iOS devices that do not support video recording
var initializationOptions = {
    "config": {
        "configuration": {
            "compatibility": {
                "video": {
                    "global_browser_warning": {
                        "enabled": true
                    }
                }
            }
        }
    }
};

// Assess API - Enable global warning for browsers on iOS devices that do not support video recording
var initializationOptions = {
    "configuration": {
        "compatibility": {
            "video": {
                "global_browser_warning": {
                    "enabled": true
                }
            }
        }
    }
};

Values

Attribute path configuration.compatibility.video.global_browser_warning.enabled

Default false

Type boolean

Versioning

Version added: v2025.3.LTS

Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.