Skip to content

New Feature & Fix Bug

Compare
Choose a tag to compare
@KenChoi1992 KenChoi1992 released this 11 Aug 05:37
· 741 commits to master since this release

Change Log

Common

  • Android, iOS 添加头像圆角属性
    • Android 使用方式:
    <cn.jiguang.imui.messages.MessageList
        ...
        app:avatarRadius="5dp"/>
    
    • iOS 用法:
    IMUIBaseMessageCell.avatarCornerRadius = 4  
    

React Native

可以配置 messageList 的 avatarCornerRadius 属性来设置圆角

avatarCornerRadius: PropTypes.number — Example: avatarCornerRadius = {6}

IMUI.ChatInput 的成功录音回调 onFinishRecordVoice 回调两个参数,音频文件路径和音频文件时长。

onFinishRecordVoice = (mediaPath, duration) => {} // 具体用法参考 demo

Fix bug