# requestParticipantCameraControl

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

Available only to moderators. In a role-based conference or video lecture the request can be directed only to the participants who are currently on the podium.

Example:

{
    "method": "requestParticipantCameraControl",
    "requestId" : "1",
    "callId": "user@some.server/InstancePart"
}

Response example:

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

Parameter description:

See also: