selectAncillary() function
Select all the ancillary data streams from the input
Signature:
export declare function selectAncillary(streams: readonly StreamMetadata[]): StreamKey[];
Parameters
Parameter | Type | Description |
---|---|---|
streams |
readonly StreamMetadata[] |
The streams from the inbound Context |
Returns:
Array of selected StreamKeys