# On_requestCameraControlSent

Description

The notification indicating that a request for remote camera control is sent.

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

EventHandler<string> On_requestCameraControlSent

Response example

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

Response Parameters

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

See also

Last Updated: 09/12/2025