Removed TikTokRoomInfo.getHostUser() in favor of TikTokRoomInfo.getHost().

Major rework of TikTokLinkMicBattleEvent and proto to support it.
Addition changes to other files to support!
This commit is contained in:
kohlerpop1
2024-04-09 21:38:04 -04:00
parent 498d34a90b
commit 22e11a7822
10 changed files with 243 additions and 83 deletions

View File

@@ -61,11 +61,6 @@ public class TikTokRoomInfo implements LiveRoomInfo {
return connectionState == state;
}
@Override
public User getHostUser() {
return host;
}
public void updateRanking(List<RankingUser> rankingUsers) {
usersRanking.clear();
usersRanking.addAll(rankingUsers);