Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

高质量语音bug #68

@toywang

Description

@toywang

我的ios 手机报错,是nil insert into Object那种错误,我找到的位置,是高质量语音这里,remote这个字段没有判断空,而且发送消息的时候,并没有用到这个字段,我加个了一个空的判断,另外,gif消息也没有判断。我只能在库里面改,在RN里面无法修改,请问,请修改一下吗
RCHQVoiceMessage *message = (RCHQVoiceMessage *)content; return @{ @"objectName" : @"RC:HQVCMsg", @"local" : message.localPath?message.localPath:@"", @"remote" : message.remoteUrl?message.remoteUrl:@"", @"duration" : @(message.duration), @"extra" : message.extra ? message.extra : @"", };

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions