# createNDIDevice

Description

Create an NDI stream to broadcast a conference participant's video window, content stream

void createNDIDevice(string sDeviceId)

Parameters

Name Description
sDeviceId The identifier of the source for which to create an NDI stream. Possible values:
• #mixed:0 - creation of a mixed stream for the entire conference layout
• #contentSharing:slideShowOrDs:1 - creation of a stream for content broadcasted in a separate window by TrueConf VideoSDK (using the startSlideShow command) or from another participant

Response example

{
    "method" : "createNDIDevice",
    "requestId" : "1",
    "result" : true
}

Response Parameters

Name Description
requestId A unique request identifier
result A flag indicating whether the request was successful

See also

Last Updated: 09/12/2025