mirror of
https://github.com/jwdeveloper/TikTokLiveJava.git
synced 2026-02-28 01:09:40 -05:00
Update README.md
This commit is contained in:
@@ -100,7 +100,7 @@ public class ConfigurationExample
|
|||||||
TikTokLive.newClient("jwdevtiktok")
|
TikTokLive.newClient("jwdevtiktok")
|
||||||
.configure(clientSettings ->
|
.configure(clientSettings ->
|
||||||
{
|
{
|
||||||
clientSettings.setHostName(Main.TEST_TIKTOK_USER); //tiktok user
|
clientSettings.setHostName("jwdevtiktok"); //tiktok user
|
||||||
clientSettings.setClientLanguage("en"); //language
|
clientSettings.setClientLanguage("en"); //language
|
||||||
clientSettings.setTimeout(Duration.ofSeconds(2)); //connection timeout
|
clientSettings.setTimeout(Duration.ofSeconds(2)); //connection timeout
|
||||||
clientSettings.setLogLevel(Level.ALL); //log level
|
clientSettings.setLogLevel(Level.ALL); //log level
|
||||||
|
|||||||
Reference in New Issue
Block a user