Stop Casting

This feature is currently a Work In Progress, and is only available in v3.3b at this time

Stopping a cast

To stop a cast in progress, send a HTTP POST request to /cast/stop with a json-encoded body:

{
"device": "Office Hub" // Name or IP address of device
"force": true // Force stop a cast with the new CATT version. Workaround if locally casted files get stuck with an open cast session
}