Added append live username option to FileStorage and now support connection to 18+ age restricted!

This commit is contained in:
kohlerpop1
2024-05-10 16:44:42 -04:00
parent 9c96c8899a
commit d09c90ef54
4 changed files with 11 additions and 16 deletions

View File

@@ -91,6 +91,9 @@ public class LiveClientSettings {
*/
private long pingInterval = 5000;
/** Throw an exception on 18+ Age Restriction */
private boolean throwOnAgeRestriction;
/**
* Optional: Sometimes not every messages from chat are send to TikTokLiveJava to fix this issue you can set sessionId
* @see <a href="https://github.com/isaackogan/TikTok-Live-Connector#send-chat-messages">Documentation: How to obtain sessionId</a>