On_incomingRequestCameraControlRejected

TrueConf7/5/26About 1 min

On_incomingRequestCameraControlRejected

Description

The notification of the rejection of a participant's request for remote camera control in TrueConf VideoSDK

EventHandler<string> On_incomingRequestCameraControlRejected

Response example

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

Response Parameters

NameDescription
callIdIdentifier of a conference participant who has been prohibited to control your camera
reasonRejection reason. It can be as follows:
• 0 - Rejected by TrueConf VideoSDK
• 1 - Rejected by TrueConf VideoSDK on a timeout
• 2 - Conference ending
• 3 - A participant has left a video call or group conference

See also

Last Updated: