NorskSettings.onLicenseChallengeFailed property
Licensing V2: called if the license handshake fails (or no responder was supplied). connect() still resolves; norsk.licenseHandshake carries the same outcome. Media node creation will be refused by the engine.
Signature:
onLicenseChallengeFailed?: (message: string) => void;