On_NDIDeviceDeleted

TrueConf7/5/26Less than 1 minute

On_NDIDeviceDeleted

Description

Notify about the deletion of an NDI source

EventHandler<string> On_NDIDeviceDeleted

Response example

{
    "method": "event",
    "event": "NDIDeviceDeleted",
    "deviceId": "user2@some.server",
    "displayName": "rm3b4 user2@some.server",
    "mixedType": "single"
}

Response Parameters

NameDescription
deviceIdThe identifier of an NDI source that was deleted
displayNameThe display name of the NDI source that was deleted
mixedTypeThe type of an NDI source. The following types are possible:
• single - The stream from a conference participant
• mixed - A mixed stream

See also

Last Updated: