# 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
Name | Description |
---|---|
deviceId | The identifier of an NDI source that was deleted |
displayName | The display name of the NDI source that was deleted |
mixedType | The type of an NDI source. The following types are possible: • single - The stream from a conference participant • mixed - A mixed stream |
See also