# deleteNDIDevice
Description
Remove NDI stream received from a specified conference participant, content stream, or for the entire video layout
void deleteNDIDevice(string sDeviceId)
Parameters
Name | Description |
---|---|
sDeviceId | The identifier of the source to be removed. 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" : "deleteNDIDevice",
"requestId" : "1",
"result" : true
}
Response Parameters
Name | Description |
---|---|
requestId | A unique request identifier |
result | A flag indicating whether the request was successful |
See also