# getIncomingCameraControlRequests

Description

Retrieve the list of TrueConf ID of conference participants requesting remote camera control for TrueConf VideoSDK

void getIncomingCameraControlRequests()

Response example

{
    "method": "getIncomingCameraControlRequests",
    "requestId" : "1",
    "callIdList": [
        "user2@some.server.name"
    ],
    "result": true
}

Response Parameters

Name Description
callIdList the list of identifiers (TrueConf IDs) for conference participants who request the remote control of the TrueConf VideoSDK camera
requestId A unique request identifier
result A flag indicating whether the request was successful

See also

Last Updated: 09/12/2025