getOutgoingCameraControlRequests

TrueConf7/5/26About 1 min

getOutgoingCameraControlRequests

Description

Get the list of all requests for controlling a remote camera sent by TrueConf VideoSDK.

In response, a list of unique identifiers TrueConf ID is returned for those users from whom TrueConf VideoSDK is requesting remote camera control.

void getOutgoingCameraControlRequests()

Response example

{
    "method": "getOutgoingCameraControlRequests",
    "requestId" : "1",
    "callIdList": [
        "user2@ub25n.trueconf.name"
    ],
    "result": true
}

Response Parameters

NameDescription
callIdListThe list of unique identifiers (TrueConf ID) of all conference participants who are requested to give permission for remote camera control by TrueConf VideoSDK
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: