NIM 跨平台 C++ SDK
|
void nim_qchat_server_accept_apply | ( | const NIMQChatServerAcceptApplyParam * | param | ) |
同意加入服务器申请
[in] | param | 接口参数 |
void nim_qchat_server_accept_invite | ( | const NIMQChatServerAcceptInviteParam * | param | ) |
接受加入服务器邀请
[in] | param | 接口参数 |
void nim_qchat_server_apply | ( | const NIMQChatServerApplyParam * | param | ) |
申请加入服务器
[in] | param | 接口参数 |
void nim_qchat_server_ban_member | ( | const NIMQChatServerBanMemberParam * | param | ) |
封禁服务器成员
[in] | param | 接口参数 |
void nim_qchat_server_create | ( | const NIMQChatServerCreateParam * | param | ) |
创建圈组服务器
[in] | param | 接口参数 |
void nim_qchat_server_enter_as_visitor | ( | const NIMQChatServerEnterAsVisitorParam * | param | ) |
以游客身份进入服务器
[in] | param | 接口参数 |
void nim_qchat_server_generate_invite_code | ( | const NIMQChatServerGenerateInviteCodeParam * | param | ) |
生成邀请码
[in] | param | 接口参数 |
void nim_qchat_server_get_banned_members_page | ( | const NIMQChatServerGetBannedMembersPageParam * | param | ) |
查询服务器封禁成员列表(分页)
[in] | param | 接口参数 |
void nim_qchat_server_get_invite_apply_record_by_self | ( | const NIMQChatServerGetInviteApplyRecordOfSelfParam * | param | ) |
查询自己邀请申请历史
[in] | param | 接口参数 |
void nim_qchat_server_get_invite_apply_record_of_server | ( | const NIMQChatServerGetInviteApplyRecordOfServerParam * | param | ) |
查询服务器下邀请申请历史
[in] | param | 接口参数 |
void nim_qchat_server_get_members | ( | const NIMQChatServerGetMembersParam * | param | ) |
查询服务器成员列表
[in] | param | 接口参数 |
void nim_qchat_server_get_members_page | ( | const NIMQChatServerGetMembersPageParam * | param | ) |
查询服务器成员列表(分页)
[in] | param | 接口参数 |
void nim_qchat_server_get_servers | ( | const NIMQChatServerGetServersParam * | param | ) |
查询服务器列表
[in] | param | 接口参数 |
void nim_qchat_server_get_servers_page | ( | const NIMQChatServerGetServersPageParam * | param | ) |
查询服务器列表(分页)
[in] | param | 接口参数 |
void nim_qchat_server_invite | ( | const NIMQChatServerInviteParam * | param | ) |
邀请用户加入服务器
[in] | param | 接口参数 |
void nim_qchat_server_join_by_invite_code | ( | const NIMQChatServerJoinByInviteCodeParam * | param | ) |
通过邀请码加入服务器
[in] | param | 接口参数 |
void nim_qchat_server_kick | ( | const NIMQChatServerKickParam * | param | ) |
将指定用户踢出服务器
[in] | param | 接口参数 |
void nim_qchat_server_leave | ( | const NIMQChatServerLeaveParam * | param | ) |
离开指定服务器
[in] | param | 接口参数 |
void nim_qchat_server_leave_as_visitor | ( | const NIMQChatServerLeaveAsVisitorParam * | param | ) |
以游客身份离开服务器
[in] | param | 接口参数 |
NIM_SDK_DLL_API void nim_qchat_server_mark_read | ( | const NIMQChatServerMarkReadParam * | param | ) |
void nim_qchat_server_member_search | ( | const NIMQChatServerMemberSearchParam * | param | ) |
根据关键字搜索服务器成员(分页)
[in] | param | 接口参数 |
void nim_qchat_server_reg_unread_cb | ( | const NIMQChatServerRegUnreadCbParam * | param | ) |
注册未读数变更回调
[in] | param | 接口参数 |
void nim_qchat_server_reject_apply | ( | const NIMQChatServerRejectApplyParam * | param | ) |
拒绝加入服务器申请
[in] | param | 接口参数 |
void nim_qchat_server_reject_invite | ( | const NIMQChatServerRejectInviteParam * | param | ) |
拒绝加入服务器邀请
[in] | param | 接口参数 |
void nim_qchat_server_remove | ( | const NIMQChatServerDeleteParam * | param | ) |
删除圈组服务器
[in] | param | 接口参数 |
void nim_qchat_server_search_page | ( | const NIMQChatServerSearchPageParam * | param | ) |
根据关键字搜索服务器(分页)
[in] | param | 接口参数 |
NIM_SDK_DLL_API void nim_qchat_server_subscribe | ( | const NIMQChatServerSubscribeParam * | param | ) |
void nim_qchat_server_subscribe_all_channel | ( | const NIMQChatServerSubscribeAllChannelParam * | param | ) |
订阅服务器下所有频道的消息
[in] | param | 接口参数 |
void nim_qchat_server_subscribe_as_visitor | ( | const NIMQChatServerSubscribeAsVisitorParam * | param | ) |
以游客身份订阅服务器相关信息
[in] | param | 接口参数 |
void nim_qchat_server_unban_member | ( | const NIMQChatServerUnbanMemberParam * | param | ) |
解封服务器成员
[in] | param | 接口参数 |
void nim_qchat_server_update | ( | const NIMQChatServerUpdateParam * | param | ) |
更新圈组服务器信息
[in] | param | 接口参数 |
void nim_qchat_server_update_member_info | ( | const NIMQChatServerUpdateMemberInfoParam * | param | ) |
更新服务器成员信息
[in] | param | 接口参数 |