OneSDK
    Preparing search index...

    Interface ISLiveStream

    interface ISLiveStream {
        channel_id: number;
        created_at: string;
        id: number;
        session_title: string;
        source: any;
    }
    Index

    Properties

    channel_id: number
    created_at: string
    id: number
    session_title: string
    source: any