# On_incomingRequestCameraControlRejected

Description

The notification of the rejection of a participant's request for remote camera control in TrueConf VideoSDK

EventHandler<string> On_incomingRequestCameraControlRejected

Response example

{
    "method": "event",
    "event": "incomingRequestCameraControlRejected",
    "callId": "someUser@some.server",
    "reason": 0
}

Response Parameters

Name Description
callId Identifier of a conference participant who has been prohibited to control your camera
reason Rejection reason. It can be as follows:
• 0 - Rejected by TrueConf VideoSDK
• 1 - Rejected by TrueConf VideoSDK on a timeout
• 2 - Conference ending
• 3 - A participant has left a video call or group conference

See also

Last Updated: 09/12/2025