# requestParticipantCameraControl

Description

void requestParticipantCameraControl(string sCallId)

Request the remote control of a participant’s camera in a video call or group conference Description

void requestParticipantCameraControl(string sCallId)

Parameters

Name Description
sCallId Identifier of the TrueConf ID user from whom you want to request remote camera control. It should be used with those obtained from the methods: On_newParticipantInConference, getAppState, getConferenceParticipants

Description

void requestParticipantCameraControl(string sCallId)

Response example

{
    "method" : "requestParticipantCameraControl",
    "requestId" : "1",
    "result" : true
}

See also

Last Updated: 09/12/2025