# On_NDIDeviceCreated
Description
Notify about the creation of an NDI source
EventHandler<string> On_NDIDeviceCreated
Resposne example
{
"method": "event",
"event": "NDIDeviceCreated",
"deviceId": "user2@some.server",
"displayName": "rm3b4 user2@some.server",
"mixedType": "single"
}
Response Parameters
Name | Description |
---|---|
deviceId | The identifier of the NDI source that was created |
displayName | The display name of the NDI source that was created |
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