NorskSystem.suppressNoSubscriberWarning() method
Suppress the "No subscriber for node output, data is being dropped" warning (and the matching recovery message) for a specific media node. Use for fallback sources that are expected to spend long stretches unsubscribed. Suppression state is cleared automatically when the node exits.
Signature:
suppressNoSubscriberWarning(mediaNodeId: string): Promise<void>;
Find Examples
Search for examples using suppressNoSubscriberWarning in our examples repo.