Releases: jwdeveloper/TikTokLiveJava
Releases · jwdeveloper/TikTokLiveJava
1.11.8-Release
Minor changes to new social/gift events!
1.11.7-Release
Temp fix until Eulerstream passes currentViewers!
1.11.6-Release
Fix Eulerstream websocket roomInfo incorrectly being mapped!
1.11.5-Release
Add direct method to provide sessionId and ttTargetIdc for sending ch…
1.11.4-Release
Slight change of decoding for TikTokWebSocketEulerListener!
1.11.3-Release
Change static schedulers to AsyncHandler to hold for heartbeat and re…
1.11.2-Release
Simply prevent copying connectionState. It is a control elsewhere so …
1.11.1-Release
Only copy roomInfo if its valid and null check safety! (#146)
1.11.0-Release
MINOR
1.10.10-Release
Fix: API Key added in the body instead of param (#142) * Fix: Add the missing API Key on send chat calls. * Fix: Wrongly added the apiKey in the body instead of the param * Update TikTokLiveHttpClient.java We do not need to null check as Eulerstream verifies anyway so we can just pass whatever the value is. * Update TikTokLiveHttpClient.java Revert to your method, but using Header instead of Param, since HttpClient does not allow null values! Co-authored-by: mbayou <mathieu@novasquare.io> Co-authored-by: kohlerpop1 <70915561+kohlerpop1@users.noreply.github.com>