# startCapture
Description
Start sharing content
On Linux, content sharing is not available for window managers that use Wayland
void startCapture(int iCaptureId)
Parameters
| Name | Description |
|---|---|
| iCaptureId | The unique identifier of a capture source |
Response example
{
"method" : "startCapture",
"requestId" : "1",
"result" : true
}
Response Parameters
| Name | Description |
|---|---|
| requestId | A unique request identifier |
| result | A flag indicating whether the request was successful |
See also