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>;

Parameters

Parameter Type Description

mediaNodeId

string

Returns:

Promise<void>