audioStreamKeys() function
Returns the stream keys for audio streams in a media context
Signature:
export declare function audioStreamKeys(streams: readonly StreamMetadata[]): StreamKey[];
Parameters
Parameter | Type | Description |
---|---|---|
streams |
readonly StreamMetadata[] |
The media context from which to return the stream keys |
Returns:
The audio stream keys in the media context