接受邀请接口nim_signaling_accept的传入参数
More...
#include <nim_signaling_helper.h>
|
std::string | channel_id_ |
| 服务器生成的频道ID
|
|
std::string | account_id_ |
| 邀请者的账号
|
|
std::string | request_id_ |
| 邀请者邀请的请求id
|
|
std::string | accept_custom_info_ |
| 操作的扩展字段
|
|
bool | offline_enabled_ |
| 是否存离线
|
|
bool | auto_join_ |
| 是否加入,打开后后续参数uid_、join_custom_info_有效
|
|
int64_t | uid_ |
| 自己在频道中对应的uid,大于零有效,无效时服务器会分配随机唯一的uid,可缺省填0
|
|
std::string | join_custom_info_ |
| 加入频道的自定义扩展信息,将在加入频道通知中带给其他频道成员,可缺省
|
|
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加入房间的请求参数
|
|
接受邀请接口nim_signaling_accept的传入参数
The documentation for this struct was generated from the following file: