live_streams
Regenerate the connection code for a live stream
This operation regenerates the connection code of a live stream.
put/live_streams/{id}/regenerate_connection_code
Path parameters
idstring required
The unique alphanumeric string that identifies the live stream.
Response
Success
Example response
{
"live_stream": {
"connection_code": "0cd2e8"
}
}