NIM 跨平台 C++ SDK
|
void nim_qchat_channel_create | ( | const NIMQChatChannelCreateParam * | param | ) |
创建频道
[in] | param | 接口参数 |
void nim_qchat_channel_get_channels | ( | const NIMQChatChannelGetChannelsParam * | param | ) |
查询频道列表
[in] | param | 接口参数 |
void nim_qchat_channel_get_channels_page | ( | const NIMQChatChannelGetChannelsPageParam * | param | ) |
查询频道列表(分页)
[in] | param | 接口参数 |
void nim_qchat_channel_get_existing_white_black_members | ( | const NIMQChatChannelGetExistingWhiteBlackMembersParam * | param | ) |
根据成员ID查询已存在的白/黑名单成员
[in] | param | 接口参数 |
void nim_qchat_channel_get_existing_white_black_roles | ( | const NIMQChatChannelGetExistingWhiteBlackRolesParam * | param | ) |
根据身份组ID查询已存在的白/黑名单身份组
[in] | param | 接口参数 |
void nim_qchat_channel_get_members_page | ( | const NIMQChatChannelGetMembersPageParam * | param | ) |
查询频道列表(分页)
[in] | param | 接口参数 |
void nim_qchat_channel_get_rtc_info | ( | const NIMQChatChannelGetRTCInfoParam * | param | ) |
获取频道RTC信息
[in] | param | 接口参数 |
void nim_qchat_channel_get_rtc_online_members | ( | const NIMQChatChannelGetRTCOnlineMembersParam * | param | ) |
获取频道RTC在线成员
[in] | param | 接口参数 |
void nim_qchat_channel_get_white_black_members_page | ( | const NIMQChatChannelGetWhiteBlackMembersPageParam * | param | ) |
查询频道白/黑名单成员列表(分页)
[in] | param | 接口参数 |
void nim_qchat_channel_get_white_black_roles_page | ( | const NIMQChatChannelGetWhiteBlackRolesPageParam * | param | ) |
查询频道白/黑名单身份组列表(分页)
[in] | param | 接口参数 |
void nim_qchat_channel_member_search_page | ( | const NIMQChatChannelMemberSearchParam * | param | ) |
根据关键字搜索频道成员
[in] | param | 接口参数 |
void nim_qchat_channel_query_unread_info | ( | const NIMQChatChannelQueryUnreadInfoParam * | param | ) |
查询未读消息数
[in] | param | 接口参数 |
void nim_qchat_channel_reg_unread_cb | ( | const NIMQChatChannelRegUnreadCbParam * | param | ) |
注册未读数变更回调
[in] | param | 接口参数 |
void nim_qchat_channel_remove | ( | const NIMQChatChannelDeleteParam * | param | ) |
删除频道
[in] | param | 接口参数 |
void nim_qchat_channel_search_page | ( | const NIMQChatChannelSearchPageParam * | param | ) |
根据关键字搜索频道(分页)
[in] | param | 接口参数 |
NIM_SDK_DLL_API void nim_qchat_channel_subscribe | ( | const NIMQChatChannelSubscribeParam * | param | ) |
void nim_qchat_channel_subscribe_as_visitor | ( | const NIMQChatChannelSubscribeAsVisitorParam * | param | ) |
以游客身份订阅频道相关信息
[in] | param | 接口参数 |
void nim_qchat_channel_update | ( | const NIMQChatChannelUpdateParam * | param | ) |
更新频道
[in] | param | 接口参数 |
void nim_qchat_channel_update_category_info | ( | const NIMQChatChannelUpdateCategoryInfoParam * | param | ) |
更新频道的分组信息
[in] | param | 接口参数 |
void nim_qchat_channel_update_rtc_info | ( | const NIMQChatChannelUpdateRTCInfoParam * | param | ) |
更新频道RTC信息
[in] | param | 接口参数 |
void nim_qchat_channel_update_white_black_members | ( | const NIMQChatChannelUpdateWhiteBlackMembersParam * | param | ) |
更新频道白/黑名单成员,公开频道:黑名单,私有频道:白名单
[in] | param | 接口参数 |
void nim_qchat_channel_update_white_black_role | ( | const NIMQChatChannelUpdateWhiteBlackRoleParam * | param | ) |
更新频道白/黑名单身份组,公开频道:黑名单,私有频道:白名单
[in] | param | 接口参数 |