聊天室信息
More...
#include <nim_chatroom_helper.h>
|
int64_t | id_ |
| 聊天室ID
|
|
std::string | name_ |
| 聊天室名称
|
|
std::string | announcement_ |
| 聊天室公告
|
|
std::string | broadcast_url_ |
| 视频直播拉流地址
|
|
std::string | creator_id_ |
| 聊天室创建者账号
|
|
int | valid_flag_ {0} |
| 聊天室有效标记, 1:有效,0:无效
|
|
std::string | ext_ |
| 第三方扩展字段, 必须为可以解析为json的非格式化的字符串, 长度4k
|
|
int | online_count_ {0} |
| 在线人数
|
|
int | mute_all_ {0} |
| 聊天室禁言标志 1:禁言,0:非禁言
|
|
int | queuelevel {0} |
| int, 队列管理权限:0:所有人都有权限变更队列,1:只有主播管理员才能操作变更
|
|
◆ ChatRoomInfo()
nim_chatroom::ChatRoomInfo::ChatRoomInfo |
( |
| ) |
|
|
inline |
◆ ParseFromJsonValue()
从JsonValue中解析得到聊天室信息
- Parameters
-
- Returns
- void
◆ ToJsonObject()
◆ ToJsonString()
std::string nim_chatroom::ChatRoomInfo::ToJsonString |
( |
| ) |
const |
|
inline |
组装Json Value字符串
- Returns
- void
The documentation for this struct was generated from the following file: