@videosdk.live/server-sdk
    Preparing search index...

    Interface MergeChannelEntry

    interface MergeChannelEntry {
        participantId: string;
        recordingId?: string;
        type?: "participant" | "track";
    }
    Index
    participantId: string
    recordingId?: string

    Resolved from the participant's recording when omitted.

    type?: "participant" | "track"