The data about the channel allowing creation of temporary channels

Export

ParentChannelData

interface ParentChannelData {
    channelId: string;
    children: ChildChannelData[];
    options: ParentChannelOptions;
}

Properties

channelId: string

The unique identifier of the channel

Memberof

ParentChannelData

children: ChildChannelData[]

The related children channels related to this parent.

Memberof

ParentChannelData

The customization parameters of this channel and the related children.

Memberof

ParentChannelData