Add direct method to provide sessionId and ttTargetIdc for sending chats from 1 client.

This commit is contained in:
kohlerpop1
2025-10-06 23:08:10 -04:00
parent 7589a2ac4a
commit cfdced9645
5 changed files with 22 additions and 9 deletions

View File

@@ -64,7 +64,7 @@ public class TikTokLiveHttpOfflineClient implements LiveHttpClient {
}
@Override
public boolean sendChat(LiveRoomInfo roomInfo, String content) {
public boolean sendChat(LiveRoomInfo roomInfo, String content, String sessionId, String ttTargetIdc) {
// DO NOTHING
return false;
}