# startCapture

Description: Start sharing content.

Note: On Linux, content sharing is not available for window managers that use Wayland.

Request example:

{
    "method" : "startCapture",
    "requestId" : "1",
    "captureId" : 1
}

Response example:

{
    "method" : "startCapture",
    "requestId" : "1",
    "result" : true
}

Parameter description:

  • captureId — the unique identifier of a capture source

  • requestId - a unique request identifier. You can learn more about it here.

See also: