mirror of
https://gh-proxy.org/https://github.com/tiajinsha/JKVideo
synced 2026-07-08 07:28:37 +08:00
1
This commit is contained in:
@@ -130,3 +130,27 @@ export interface LiveRoom {
|
||||
area_name: string;
|
||||
parent_area_name: string;
|
||||
}
|
||||
|
||||
export interface LiveRoomDetail {
|
||||
roomid: number;
|
||||
uid: number;
|
||||
title: string;
|
||||
description: string;
|
||||
live_status: number; // 1=直播中, 0=未开播
|
||||
online: number;
|
||||
area_name: string;
|
||||
parent_area_name: string;
|
||||
keyframe: string;
|
||||
}
|
||||
|
||||
export interface LiveAnchorInfo {
|
||||
uid: number;
|
||||
uname: string;
|
||||
face: string;
|
||||
}
|
||||
|
||||
export interface LiveStreamInfo {
|
||||
hlsUrl: string;
|
||||
flvUrl: string;
|
||||
qn: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user