Describes the SIP component

Export

ComponentSIP

interface ComponentSIP {
    id: string;
    properties: ComponentPropertiesSIP;
    tracks: Track[];
    type: string;
}

Properties

id: string

Assigned component ID

Memberof

ComponentSIP

Memberof

ComponentSIP

tracks: Track[]

List of all component's tracks

Memberof

ComponentSIP

type: string

Component type

Memberof

ComponentSIP