Update README.md

This commit is contained in:
JW
2023-08-22 21:08:38 +02:00
committed by GitHub
parent b9a4fb193e
commit 230764ed6a

View File

@@ -100,7 +100,7 @@ public class ConfigurationExample
TikTokLive.newClient("jwdevtiktok")
.configure(clientSettings ->
{
clientSettings.setHostName(Main.TEST_TIKTOK_USER); //tiktok user
clientSettings.setHostName("jwdevtiktok"); //tiktok user
clientSettings.setClientLanguage("en"); //language
clientSettings.setTimeout(Duration.ofSeconds(2)); //connection timeout
clientSettings.setLogLevel(Level.ALL); //log level