setModes

TrueConf7/5/26Less than 1 minute

setModes

Description

Set PIN and mode for the video capture device which is being used

void setModes(string sPin, string sMode)

Parameters

NameDescription
sPinParameter that sets the PIN value for an active video capture device
sModeParameter that sets the mode value for an active video capture device

Response example

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

Response Parameters

NameDescription
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: