# outgoingRequestCameraControlRejected
Description: notification of a request rejection from VideoSDK/Room to remotely control the camera of a participant in a video call
or group conference
.
Example:
{
"method": "event",
"event": "outgoingRequestCameraControlRejected",
"callId": "someUser@some.server",
"reason": 0
}
Parameter description:
callId
— Identifier of a conference participant who has prohibited control of their camerareason
— Rejection reason. It can be as follows:0
— Rejected by the conference participant1
— No answer from the conference participant, rejected on a timeout2
— Control is unavailable3
— Control is not supported4
— Conference has ended5
— Participant left the conference
See also: