videoStreamKeys() function

Returns the stream keys for video streams in a media context

Signature:

export declare function videoStreamKeys(streams: readonly StreamMetadata[]): StreamKey[];

Parameters

Parameter Type Description

streams

readonly StreamMetadata[]

The media context from which to return the stream keys

Returns:

The video stream keys in the media context