interface StreamingInfo {
    contentInfo: ContentInfo;
    hash: string;
    hashIssuedAt: string;
    streamerInfo: StreamerInfo;
    watchHistoryId: string;
}

Properties

contentInfo: ContentInfo
hash: string
hashIssuedAt: string
streamerInfo: StreamerInfo
watchHistoryId: string