Add signature to user class and remove no longer UUC param!

This commit is contained in:
kohlerpop1
2025-02-10 23:32:11 -05:00
parent d74c294323
commit 33f9862758
4 changed files with 8 additions and 3 deletions

View File

@@ -219,7 +219,6 @@ public class TikTokLiveHttpClient implements LiveHttpClient
protected ActionResult<HttpResponse<byte[]>> getByteResponse(String room_id) {
HttpClientBuilder builder = httpFactory.client(TIKTOK_SIGN_API)
.withParam("client", "ttlive-java")
.withParam("uuc", "1") //MAGIC NUMBER!
.withParam("room_id", room_id);
if (clientSettings.getApiKey() != null)