mirror of
https://github.com/jwdeveloper/TikTokLiveJava.git
synced 2026-02-27 16:59:39 -05:00
Added startTime to LiveRoomInfo to determine when the stream started!
This commit is contained in:
@@ -33,6 +33,8 @@ public class TikTokUserInfo
|
||||
|
||||
String roomId;
|
||||
|
||||
long startTime;
|
||||
|
||||
public enum UserStatus
|
||||
{
|
||||
NotFound,
|
||||
@@ -40,4 +42,4 @@ public class TikTokUserInfo
|
||||
LivePaused,
|
||||
Live
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -42,6 +42,7 @@ public interface LiveRoomInfo
|
||||
*/
|
||||
int getTotalViewersCount();
|
||||
int getLikesCount();
|
||||
long getStartTime();
|
||||
boolean isAgeRestricted();
|
||||
String getRoomId();
|
||||
String getHostName();
|
||||
@@ -49,4 +50,4 @@ public interface LiveRoomInfo
|
||||
User getHostUser();
|
||||
List<RankingUser> getUsersRanking();
|
||||
ConnectionState getConnectionState();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user