# getNDIState
Version: 4.1.0+
Description: check the state of the NDI feature.
Example:
{
"method": "getNDIState",
"requestId" : "1"
}
Answer examples:
{
"method" : "getNDIState",
"requestId" : "1",
"enabled" : false,
"result" : true
}
Parameter description:
enabled
— the flag showing if the NDI feature is enabledrequestId
- a unique request identifier. You can learn more about it here.
See also: