1.10.10-Release
·
21 commits
to master
since this 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>