发布的版本本次发布的版本号为 2.8.0版,更新时间为:2016年8月30日。 iOS 2.8.0 更新内容Android 2.8.0 更新内容新增1. 添加消息撤回功能:MsgService#revokeMessage, MsgServiceObserve#observeRevokeMessage。 2. 添加删除指定会话的漫游消息接口:MsgService#deleteRoamingRecentContact。 3. 新增保存消息到本地接口:MsgService#saveMessageToLocal 可以设置消息存储的时间点。 4. 消息中添加获取消息发送方类型接口:IMMessage#getFromClientType。 变更1. 精简全文检索插件包大小。 2. 清空会话本地消息记录 MsgService#clearChattingHistory 接口保留 RecentContact 中的 tag, extension, time 属性。
Windows(PC) SDK 2.8.0 更新内容修复- V2.7.0版本下载文件暂停继续下载的问题。
- 聊天室接口注册发送消息回执回调接口命名修改:nim_chatroom_reg_send_msg_arc_cb接口变更为nim_chatroom_reg_send_msg_ack_cb。 nim_chatroom.h
- 消息历史插入本地DB一条消息的接口命名和参数调整:typedef void(*nim_msglog_write_db_only_async)(const char *account_id, NIMSessionType to_type, const char *msg_id, const char *json_msg, const char *json_extension, nim_msglog_res_cb_func cb, const void *user_data); 调整为 typedef void(*nim_msglog_insert_msglog_async)(const char *talk_id, const char *json_msg, bool need_update_session, const char *json_extension, nim_msglog_res_cb_func cb, const void *user_data); 。 nim_msglog.h
- 合并错误码:10414和10450统一为10414,新增错误码kNIMLocalResMsgNosDownloadCheckError。nim_res_code_def.h
- 群成员收到退群通知后群成员数据不从本地删除,通过标记位标记为无效,具体调用方法请参考api文档或开发文档。
- 修复某种情况下session change通知时session id为空的问题。
新增下载地址 |