Learn R Programming

paws.analytics (version 0.7.0)

ivs_get_stream_session: Gets metadata on a specified stream

Description

Gets metadata on a specified stream.

See https://www.paws-r-sdk.com/docs/ivs_get_stream_session/ for full documentation.

Usage

ivs_get_stream_session(channelArn, streamId = NULL)

Arguments

channelArn

[required] ARN of the channel resource

streamId

Unique identifier for a live or previously live stream in the specified channel. If no streamId is provided, this returns the most recent stream session for the channel, if it exists.