# getCreatedNDIDevices
Description
Get the list of NDI sources created in TrueConf VideoSDK
void getCreatedNDIDevices()
Response example
{
"method": "getCreatedNDIDevices",
"requestId" : "1",
"createdNDIDevices": [
{
"deviceId": "user2@some.server",
"displayName": "rm3b4 user2@some.server",
"mixedType": "single"
}
],
"result": true
}
Response Parameters
Name | Description |
---|---|
createdNDIDevices | The list of created NDI sources |
deviceId | The identifier of an NDI source |
displayName | The display name of an NDI source |
mixedType | The type of an NDI source. The following types are possible: • single - The stream from a conference participant • mixed - A mixed stream |
requestId | A unique request identifier |
result | A flag indicating whether the request was successful |
See also