getCreatedNDIDevices
Less than 1 minute
getCreatedNDIDevices
Description: retrieve the list of created NDI sources in TrueConf Room API. v4.1.0+
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 find more details about it here.
See also: