UNPKG

@bililive-tools/huya-recorder

Version:
16 lines (15 loc) 439 B
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; }>;