NIM PC Cross Platform SDK
NIMSignalingJoinParam Struct Reference

加入频道接口nim_signaling_join的传入参数 More...

#include <nim_signaling_def.h>

Public Attributes

char * channel_id_
 服务器生成的频道ID
 
char * custom_info_
 操作者附加的自定义信息,透传给其他人,可缺省
 
int64_t uid_
 自己在频道中对应的uid,大于零有效,无效时服务器会分配随机唯一的uid
 
bool offline_enabled_
 是否存离线
 
char * nertc_channel_name_
 云信G2-RTC的房间名,不为空则返回对应token
 
uint64_t nertc_token_ttl_
 云信G2-RTC的token有效期, 单位秒
 
char * nertc_join_room_query_param_
 云信G2-RTC加入房间的请求参数
 

Detailed Description

加入频道接口nim_signaling_join的传入参数


The documentation for this struct was generated from the following file: