mirror of
https://github.com/jwdeveloper/TikTokLiveJava.git
synced 2026-02-27 16:59:39 -05:00
Simply prevent copying connectionState. It is a control elsewhere so we should not copy default state!
This commit is contained in:
@@ -70,6 +70,6 @@ public class TikTokRoomInfo implements LiveRoomInfo
|
||||
this.hostName = roomInfo.getHostName();
|
||||
this.title = roomInfo.getTitle();
|
||||
this.language = roomInfo.getLanguage();
|
||||
this.connectionState = roomInfo.getConnectionState();
|
||||
// this.connectionState = roomInfo.getConnectionState(); // This should not be copied - Controlled elsewhere!
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user