createNDIDevice

TrueConf7/5/26Less than 1 minute

createNDIDevice

Description

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

void createNDIDevice(string sDeviceId)

Parameters

NameDescription
sDeviceIdThe 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

NameDescription
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: