getIncomingCameraControlRequests

TrueConf7/5/26Less than 1 minute

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

NameDescription
callIdListthe list of identifiers (TrueConf IDs) for conference participants who request the remote control of the TrueConf VideoSDK camera
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: