Removal of debug print statements!

This commit is contained in:
kohlerpop1
2025-05-04 21:59:22 -04:00
parent 50d6d6e515
commit b9eb0eba93
4 changed files with 25 additions and 28 deletions

View File

@@ -28,4 +28,5 @@ import io.github.jwdeveloper.tiktok.live.LiveClient;
public interface LiveSocketClient {
void start(LiveConnectionData.Response webcastResponse, LiveClient tikTokLiveClient);
void stop();
}
boolean isConnected();
}