- New event `onSuccessResponseMapping`
  triggered when Webcast.Message was  successfully mapped to TikTokEvent

- New Project Tools-collector:
  Tool generates instance of SqlLite
  database and collect to it both to
 events and exceptions occurred while TikTokLive client was running
This commit is contained in:
Jacek Wolniewicz
2023-08-30 21:47:45 +02:00
parent 483dceadcf
commit 384cfade5a
17 changed files with 403 additions and 10 deletions

View File

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