getNDIState

TrueConf7/5/26Less than 1 minute

getNDIState

Description

Check the state of the NDI feature

void getNDIState()

Response example

{
    "method" : "getNDIState",
    "requestId" : "1",
    "enabled" : false,
    "result" : true
}

Response Parameters

NameDescription
enabledThe flag showing if the NDI feature is enabled
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: