-
Notifications
You must be signed in to change notification settings - Fork 2
chatroom_def.chatroom_def.ChatRoomInfo
chatroom_def/chatroom_def.ChatRoomInfo
- id_
- name_
- announcement_
- broadcast_url_
- creator_id_
- valid_flag_
- ext_
- online_count_
- mute_all_
- queuelevel
• Optional
id_: number
聊天室ID
ts/chatroom_def/chatroom_def.ts:428
• Optional
name_: string
聊天室名称
ts/chatroom_def/chatroom_def.ts:430
• Optional
announcement_: string
聊天室公告
ts/chatroom_def/chatroom_def.ts:432
• Optional
broadcast_url_: string
视频直播拉流地址
ts/chatroom_def/chatroom_def.ts:434
• Optional
creator_id_: string
聊天室创建者账号
ts/chatroom_def/chatroom_def.ts:436
• Optional
valid_flag_: number
聊天室有效标记, 1:有效,0:无效
ts/chatroom_def/chatroom_def.ts:438
• Optional
ext_: string
第三方扩展字段, 必须为可以解析为json的非格式化的字符串, 长度4k
ts/chatroom_def/chatroom_def.ts:440
• Optional
online_count_: number
在线人数
ts/chatroom_def/chatroom_def.ts:442
• Optional
mute_all_: number
聊天室禁言标志 1:禁言,0:非禁言
ts/chatroom_def/chatroom_def.ts:444
• Optional
queuelevel: number
number, 队列管理权限:0:所有人都有权限变更队列,1:只有主播管理员才能操作变更
ts/chatroom_def/chatroom_def.ts:446
- chatroom/chatroom
- chatroom_def/chatroom_def
- nim/client
- nim/data_sync
- nim/friend
- nim/global
- nim/msglog
- nim/nos
- nim/online_session
- nim/pass_through_proxy
- nim/plugin
- nim/session
- nim/subscribe_event
- nim/super_team
- nim/sysmsg
- nim/talk
- nim/talkex
- nim/team
- nim/tool
- nim/user
- nim_def/client_def
- nim_def/data_sync_def
- nim_def/doc_trans_def
- nim_def/friend_def
- nim_def/global_def
- nim_def/msglog_def
- nim_def/nos_def
- nim_def/online_session_def
- nim_def/pass_through_proxy_def
- nim_def/plugin_def
- nim_def/session_def
- nim_def/subscribe_event_def
- nim_def/super_team_def
- nim_def/sysmsg_def
- nim_def/talk_def
- nim_def/talkex_def
- nim_def/team_def
- nim_def/tool_def
- nim_def/user_def
- node-nim
- qchat/attachment
- qchat/channel
- qchat/channel_category
- qchat/instance
- qchat/message
- qchat/role
- qchat/server
- qchat/system_notification
- qchat_def/attachment_def
- qchat_def/channel_def
- qchat_def/instance_def
- qchat_def/message_def
- qchat_def/public_def
- qchat_def/role_def
- qchat_def/server_def
- qchat_def/system_notification_def