void onReceiveGift(int price, String senderUserId) { roomState.liveExtraInfo.giftIncome += price; roomState.liveExtraInfo.giftPeopleSet.add(senderUserId); }