获得房间信息
POST
/api/getRoomInfo
请求参数
参数名
类型
描述
必填
roomId
string
房间ID
必填
响应参数
参数名
类型
描述
必填
title
string
房间标题
必填
type
string
房间的分类,entertainment娱乐,friend交友,music音乐,emotion情感,chat闲聊,new萌新,game游戏
必填
state
int
房间的状态,1直播中, 0未开播
必填
time
int
开播开始时间
必填
_id
string
房主用户ID
必填
nickname
string
房主昵称
必填
sex
string
性别,0女,1男
必填
head
string
房主头像
必填
city
string
城市
必填
vip
int
会员等级
必填
age
int
年龄
必填
isFollow
bool
是否有关注房主
必填
password
bool
是否有密码
必填