个播邀请上麦弹窗bugfix
This commit is contained in:
@@ -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:
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user