We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8910c6a commit b797746Copy full SHA for b797746
Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokRoomInfo.java
@@ -70,6 +70,6 @@ public void copy(LiveRoomInfo roomInfo) {
70
this.hostName = roomInfo.getHostName();
71
this.title = roomInfo.getTitle();
72
this.language = roomInfo.getLanguage();
73
- this.connectionState = roomInfo.getConnectionState();
+ // this.connectionState = roomInfo.getConnectionState(); // This should not be copied - Controlled elsewhere!
74
}
75
0 commit comments