getCreatedNDIDevices

TrueConf7/5/26About 1 min

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

NameDescription
createdNDIDevicesThe list of created NDI sources
deviceIdThe identifier of an NDI source
displayNameThe display name of an NDI source
mixedTypeThe type of an NDI source. The following types are possible:
• single - The stream from a conference participant
• mixed - A mixed stream
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: