Stop your current livestream, updating your current place.stream.livestream record and ceasing the flow of video.
Input
Encoding
application/jsonOutput
Encoding
application/jsoncid
stringcid
Required
The new CID of the stopped livestream record.
uri
stringuri
Required
The URI of the stopped livestream record.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"properties": {}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"uri",
"cid"
],
"properties": {
"cid": {
"type": "string",
"format": "cid",
"description": "The new CID of the stopped livestream record."
},
"uri": {
"type": "string",
"format": "uri",
"description": "The URI of the stopped livestream record."
}
}
},
"encoding": "application/json"
},
"parameters": null,
"description": "Stop your current livestream, updating your current place.stream.livestream record and ceasing the flow of video."
}