Cast.stopCastingStops the active Cast session on the sink.
| Name | Type | Description |
|---|---|---|
sinkName | string |
{
"id": 1,
"method": "Cast.stopCasting",
"params": {
"sinkName": "sinkName-value"
}
}
{
"id": 1,
"result": {}
}
const result = await send('Cast.stopCasting', {"sinkName": "sinkName-value"});
console.log(result);