Hiyve Components - v1.0.0
    Preparing search index...

    Interface RoomSummaryStreamSession

    Streaming session entry in a room summary.

    interface RoomSummaryStreamSession {
        id?: string;
        platform?: string;
        status?: string;
        streamId?: string;
        timeEnded?: string;
        timeStarted?: string;
    }
    Index

    Properties

    id?: string

    Alternative ID field

    platform?: string

    Platform (YouTube, Twitch, etc.)

    status?: string

    Stream status

    streamId?: string

    Stream ID

    timeEnded?: string

    When streaming ended

    timeStarted?: string

    When streaming started