These docs are for v2.0. Click to read the latest docs for v2.1.

fetchCaptureStatus

Check if Cleeng Capture is enabled for given broadcaster.

Parameters

NameTypeDescription
publisherToken*stringYou can find your publisher token at api-keys page.

Response

{
    "result": {
        "enabled": true
    },
    "id": "1"
}