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