UNPKG

@bililive-tools/huya-recorder

Version:
21 lines (20 loc) 564 B
import type { Recorder } from "@bililive-tools/manager"; import type { StreamProfile } from "./types.js"; export declare function getRoomInfo(roomIdOrShortId: string, opts?: { formatPriorities?: Array<"flv" | "hls">; quality?: Recorder["quality"]; }): Promise<{ living: boolean; api: string; 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; }>;