@bililive-tools/huya-recorder
Version:
bililive-tools huya recorder implemention
16 lines (15 loc) • 439 B
TypeScript
import type { StreamProfile } from "./types.js";
export declare function getRoomInfo(roomIdOrShortId: string, formatPriorities?: Array<"flv" | "hls">): Promise<{
living: boolean;
id: number;
owner: string;
title: string;
roomId: number;
avatar: string;
cover: string;
streams: StreamProfile[];
sources: import("./types.js").SourceProfile[];
startTime: Date;
liveId: string;
gid: number;
}>;