# incomingRequestCameraControlRejected

Description: notification of the rejection of a participant's request for remote camera control in VideoSDK/Room.

Example:

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

Parameter 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 VideoSDK/Room

    • 1 — Rejected by VideoSDK/Room on a timeout

    • 2 — Conference ending

    • 3 — a participant has left a video call or group conference

See also: