Future<TUIActionCallback> sendGift(TUIGiftInfo giftInfo, int count) { return _giftManager.sendGift(roomId, giftInfo.giftId, count); }