deleteNDIDevice

TrueConfAbout 1 min

deleteNDIDevice

Description: remove the NDI stream received from the specified conference participant, content stream, or for the entire video layout. v4.1.0+ PRO

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 removed. Possible values:

    • #mixed:0 - remove the mixed stream for the entire video layout of the conference

    • #contentSharing:slideShowOrDs:1 - terminates the content stream being shared in a separate window by TrueConf Room API (with the startSlideShow command) or from another participant.

    • PeerId - not supported

    • CallId - is 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 executed using the latter.

  • requestId - a unique request identifier. You can find more details about it here.

See also: