# getNDIState
Description
Check the state of the NDI feature
void getNDIState()
Response example
{
"method" : "getNDIState",
"requestId" : "1",
"enabled" : false,
"result" : true
}
Response Parameters
Name | Description |
---|---|
enabled | The flag showing if the NDI feature is enabled |
requestId | A unique request identifier |
result | A flag indicating whether the request was successful |
See also