[][src]Function libtwitch_rs::kraken::channels::reset_stream_key

pub fn reset_stream_key(
    c: &TwitchClient,
    chan_id: &str
) -> TwitchResult<Channel>

Deletes the stream key for a specified channel. Once it is deleted, the stream key is automatically reset

A stream key (also known as authorization key) uniquely identifies a stream. Each broadcast uses an RTMP URL that includes the stream key. Stream keys are assigned by Twitch.

Authentication: channel_stream