Skip to content

chatroom_def.chatroom_def.ChatRoomInfo

Zvicii edited this page Apr 19, 2023 · 5 revisions

Interface: ChatRoomInfo

chatroom_def/chatroom_def.ChatRoomInfo

Table of contents

Properties

Properties

id_

Optional id_: number

聊天室ID

Defined in

ts/chatroom_def/chatroom_def.ts:428


name_

Optional name_: string

聊天室名称

Defined in

ts/chatroom_def/chatroom_def.ts:430


announcement_

Optional announcement_: string

聊天室公告

Defined in

ts/chatroom_def/chatroom_def.ts:432


broadcast_url_

Optional broadcast_url_: string

视频直播拉流地址

Defined in

ts/chatroom_def/chatroom_def.ts:434


creator_id_

Optional creator_id_: string

聊天室创建者账号

Defined in

ts/chatroom_def/chatroom_def.ts:436


valid_flag_

Optional valid_flag_: number

聊天室有效标记, 1:有效,0:无效

Defined in

ts/chatroom_def/chatroom_def.ts:438


ext_

Optional ext_: string

第三方扩展字段, 必须为可以解析为json的非格式化的字符串, 长度4k

Defined in

ts/chatroom_def/chatroom_def.ts:440


online_count_

Optional online_count_: number

在线人数

Defined in

ts/chatroom_def/chatroom_def.ts:442


mute_all_

Optional mute_all_: number

聊天室禁言标志 1:禁言,0:非禁言

Defined in

ts/chatroom_def/chatroom_def.ts:444


queuelevel

Optional queuelevel: number

number, 队列管理权限:0:所有人都有权限变更队列,1:只有主播管理员才能操作变更

Defined in

ts/chatroom_def/chatroom_def.ts:446

Clone this wiki locally