房间公屏气泡

This commit is contained in:
chenguilong
2022-03-21 15:52:33 +08:00
committed by fengshuo
parent aae2031360
commit cb20184a00
5 changed files with 38 additions and 1 deletions

View File

@@ -57,6 +57,11 @@
}
}
- (NSString *)parseMessageBubble:(NIMMessage *)message {
XPMessageRemoteExtModel * model = [XPMessageRemoteExtModel modelWithJSON:message.remoteExt[message.from]];
return model.iosBubbleUrl ? model.iosBubbleUrl : @"";
}
///
- (NSAttributedString *)makeCustomAttribute:(NIMMessage *)message {
NIMCustomObject *obj = (NIMCustomObject *)message.messageObject;