Interface VeronaPlayerOptions

Player configuration options

interface VeronaPlayerOptions {
    debug?: boolean;
    allowedOrigin?: string;
}

Properties

debug?: boolean

Enable debug logging

allowedOrigin?: string

Allowed origin for postMessage security