Stops a live streaming for a channel of device where a live streaming was started earlier.
Request
Device ID to stop live stream
channel to stop live stream
Request samples
curl --location --request GET 'https://fleet.roscolive.com/api/v1.0/partners/live/stop//' \
--header 'Content-Type: text/plain' \
--data-raw ''
Responses
application/json HTTP status code returned by server
"OK" if request successful, otherwise "Failed"
{
"meta": {
"code": 200
},
"response": {
"msg": "request stopLive sent"
},
"result": "OK"
}
Modified at 2024-07-25 02:00:14