Cast.startDesktopMirroringStarts mirroring the desktop to the sink.
| Name | Type | Description |
|---|---|---|
sinkName | string |
{
"id": 1,
"method": "Cast.startDesktopMirroring",
"params": {
"sinkName": "sinkName-value"
}
}
{
"id": 1,
"result": {}
}
const result = await send('Cast.startDesktopMirroring', {"sinkName": "sinkName-value"});
console.log(result);