rejectRequestCameraControl

TrueConf7/5/26Less than 1 minute

rejectRequestCameraControl

Description

Prohibit the remote control of the TrueConf VideoSDK camera

void rejectRequestCameraControl()

Response example

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

Response Parameters

NameDescription
callIdThe unique identifier of a TrueConf ID user who sent the request to TrueConf VideoSDK. It is worth using those obtained from the methods: On_requestCameraControlReceived, getAppState, getIncomingCameraControlRequests
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: