# deleteNDIDevice
Version: 4.1.0+
PRODescription: remove NDI stream received from the specified participant of the conference, content stream or for the entire layout.
Example:
{
"method": "deleteNDIDevice",
"requestId" : "1",
"deviceId": "user1@some.server"
}
Answer examples:
{
"method" : "deleteNDIDevice",
"requestId" : "1",
"result" : true
}
Parameter description:
deviceId
- the identifier of the source that needs to be deleted. Possible values:#mixed:0
- removing mixed stream for the entire conference layout#contentSharing:slideShowOrDs:1
- removing the stream for content broadcast in a separate window from VideoSDK/Room (using the startSlideShow command) or from another participant.PeerId - not supported.
CallId - supported. The command is executed for the specified identifier.
InstanceId - is supported. Inside the application, it is automatically converted to CallId and the command is then executed with it.
requestId
- unique request identifier. More details can be found here
See also: