个播邀请上麦弹窗bugfix

This commit is contained in:
huangjian
2022-04-20 10:42:07 +08:00
parent 8e7f2261db
commit d83af95715
2 changed files with 2 additions and 1 deletions

View File

@@ -1272,6 +1272,7 @@ public final class IMNetEaseManager {
case ANCHOR_ROOM_AUDIENCE_UPMIC:
if (AvRoomDataManager.get().isRoomOwner()) {
msg.setAttachment(attachment);
noticeRoomEvent(msg, RoomEvent.REQUEST_UP_MIC);
}
break;
case CUSTOM_MSG_FANS_TEAM:

View File

@@ -597,7 +597,7 @@ public class UserInfo implements Serializable {
}
if (!TextUtils.isEmpty(iosBubbleUrl)) {
map.put(BUBBLE_URL_IOS, androidBubbleUrl);
map.put(BUBBLE_URL_IOS, iosBubbleUrl);
}
return map;