Add capability to use Eulerstream Enterprise server and websocket!

This commit is contained in:
kohlerpop1
2025-09-16 21:35:09 -04:00
parent 03180d6a1c
commit 763d470793
3 changed files with 13 additions and 3 deletions

View File

@@ -94,6 +94,11 @@ public class LiveClientSettings {
*/
private boolean useEulerstreamWebsocket;
/** Use Eulerstream.com enterprise endpoints
* @apiNote Requires API Key with
*/
private boolean useEulerstreamEnterprise;
/**
* Optional: Sometimes not every messages from chat are send to TikTokLiveJava to fix this issue you can set sessionId.
* <p>This requires {@link #ttTargetIdc} also being set correctly for sessionid to be effective.