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