# getCreatedNDIDevices
Version: 4.1.0+
Description: get the list of NDI sources created in VideoSDK/Room.
Example:
{
"method": "getCreatedNDIDevices",
"requestId" : "1"
}
Answer examples:
{
"method": "getCreatedNDIDevices",
"requestId" : "1",
"createdNDIDevices": [
{
"deviceId": "user2@some.server",
"displayName": "rm3b4 user2@some.server",
"mixedType": "single"
}
],
"result": true
}
Parameter description:
createdNDIDevices
— the list of created NDI sourcesdeviceId
— the identifier of an NDI sourcedisplayName
— the display name of an NDI sourcemixedType
— the type of an NDI source. The following types are possible:single
— the stream from a conference participantmixed
— a mixed stream
requestId
- a unique request identifier. You can learn more about it here.
See also: