# On_outgoingRequestCameraControlRejected

Description

Notification of a request rejection from TrueConf VideoSDK to remotely control the camera of a participant in a video call or group conference

EventHandler<string> On_outgoingRequestCameraControlRejected

Response example

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

Response Parameters

Name Description
callId Identifier of a conference participant who has prohibited control of their camera
reason Rejection reason. It can be as follows:
• 0 - Rejected by the conference participant
• 1 - No answer from the conference participant, rejected on a timeout
• 2 - Control is unavailable
• 3 - Control is not supported
• 4 - Conference has ended
• 5 - Participant left the conference

See also

Last Updated: 09/12/2025