On_NDIDeviceCreated

TrueConf7/5/26Less than 1 minute

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

NameDescription
deviceIdThe identifier of the NDI source that was created
displayNameThe display name of the NDI source that was created
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: