# 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 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: