mirror of
https://github.com/jwdeveloper/TikTokLiveJava.git
synced 2026-02-27 16:59:39 -05:00
Add Paused state for live data due to false positive of returning HostNotFound when they were only paused!
This commit is contained in:
@@ -52,6 +52,7 @@ public class LiveData {
|
||||
public enum LiveStatus {
|
||||
HostNotFound,
|
||||
HostOnline,
|
||||
HostPaused,
|
||||
HostOffline,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user