NIM PC Cross Platform SDK
NIMSignalingAcceptParam Struct Reference

接受邀请接口nim_signaling_accept的传入参数 More...

#include <nim_signaling_def.h>

Public Attributes

char * channel_id_
 服务器生成的频道ID
 
char * account_id_
 邀请者的账号
 
char * request_id_
 邀请者邀请的请求id
 
char * accept_custom_info_
 操作的扩展字段
 
bool offline_enabled_
 是否存离线
 
bool auto_join_
 是否加入,默认不打开,打开后后续参数uid_、join_custom_info_有效
 
int64_t uid_
 自己在频道中对应的uid,大于零有效,无效时服务器会分配随机唯一的uid,可缺省填0
 
char * join_custom_info_
 加入频道的自定义扩展信息,将在加入频道通知中带给其他频道成员,可缺省
 
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_accept的传入参数


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