加入频道接口nim_signaling_query_channel_info的传入参数
More...
#include <nim_signaling_helper.h>
|
|
std::string | channel_id_ |
| | 服务器生成的频道ID
|
| |
|
std::string | custom_info_ |
| | 操作者附加的自定义信息,透传给其他人,可缺省
|
| |
|
int64_t | uid_ |
| | 自己在频道中对应的uid,大于零有效,无效时服务器会分配随机唯一的uid
|
| |
|
bool | offline_enabled_ |
| | 是否存离线
|
| |
|
std::string | nertc_channel_name_ |
| | 云信G2-RTC的房间名,不为空则返回对应token
|
| |
|
uint64_t | nertc_token_ttl_ {600} |
| | 云信G2-RTC的token有效期, 单位秒
|
| |
|
std::string | nertc_join_room_query_param_ |
| | 云信G2-RTC的query请求
|
| |
加入频道接口nim_signaling_query_channel_info的传入参数
The documentation for this struct was generated from the following file: