- Fixed bug: library was not working on certain java versions
   due to different WebSocket implementation. Instead of using java websocket api now there is `org.java-websocket`
This commit is contained in:
JW
2023-08-24 16:36:40 +02:00
parent 44ba999b83
commit 15d6351d65
6 changed files with 74 additions and 57 deletions

View File

@@ -7,7 +7,7 @@ import java.io.IOException;
public class Main {
public static String TEST_TIKTOK_USER = "vadimpyrography";
public static String TEST_TIKTOK_USER = "dmikl_";
public static void main(String[] args) throws IOException {
var client = TikTokLive.newClient(TEST_TIKTOK_USER)