# requestCameraControlSent

Description: the notification indicating that a request for remote camera control is sent.

The notification received when VideoSDK/Room sends a request for the remote control of a user’s camera (the user may be participating in a video call or group conference).

Example:

{
    "method": "event",
    "event": "requestCameraControlSent",
    "callId": "someUser@some.server"
}

Parameter description:

  • callId — the identifier (TrueConf ID) of the user who is asked to allow the remote control of his/her camera

See also: