mirror of
https://github.com/jwdeveloper/TikTokLiveJava.git
synced 2026-02-27 08:49:40 -05:00
Began rework to dynamic gifts. Did not fetch from url yet.
This commit is contained in:
@@ -52,16 +52,6 @@ public class RecorderListener implements LiveRecorder {
|
||||
this.consumer = consumer;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void pause() {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void unpause() {
|
||||
|
||||
}
|
||||
|
||||
@TikTokEventObserver
|
||||
private void onResponse(LiveClient liveClient, TikTokRoomDataResponseEvent event) {
|
||||
settings = RecorderSettings.DEFAULT();
|
||||
|
||||
Reference in New Issue
Block a user