ivs_stop_stream {paws.analytics} | R Documentation |
Disconnects the incoming RTMPS stream for the specified channel
Description
Disconnects the incoming RTMPS stream for the specified channel. Can be used in conjunction with delete_stream_key
to prevent further streaming to a channel.
See https://www.paws-r-sdk.com/docs/ivs_stop_stream/ for full documentation.
Usage
ivs_stop_stream(channelArn)
Arguments
channelArn |
[required] ARN of the channel for which the stream is to be stopped. |
[Package paws.analytics version 0.9.0 Index]