NorskSettings.onLicenseChallenge property

Licensing V2: respond to the engine’s license challenge. Engines holding a per-product (V2) license send a challenge nonce in their hello and refuse to create media nodes until a product (e.g. Studio) has answered it with its certs and signatures. V1-licensed engines never issue a challenge, so plain SDK applications can ignore this setting entirely.

Signature:

onLicenseChallenge?: (challenge: Uint8Array) => Promise<LicenseChallengeResponse> | LicenseChallengeResponse;