ivs_list_stream_keys {paws.analytics} | R Documentation |
Gets summary information about stream keys for the specified channel
Description
Gets summary information about stream keys for the specified channel.
See https://www.paws-r-sdk.com/docs/ivs_list_stream_keys/ for full documentation.
Usage
ivs_list_stream_keys(channelArn, nextToken = NULL, maxResults = NULL)
Arguments
channelArn |
[required] Channel ARN used to filter the list. |
nextToken |
The first stream key to retrieve. This is used for pagination; see the
|
maxResults |
Maximum number of streamKeys to return. Default: 1. |
[Package paws.analytics version 0.7.0 Index]