Test application

This commit is contained in:
JW
2023-08-16 19:28:42 +02:00
parent f1b143fa06
commit b1c7828a2a
15 changed files with 134 additions and 155 deletions

View File

@@ -28,7 +28,7 @@ public class Main {
.buildAndRun();
var viewers = client.getMeta().getViewersCount();
var viewers = client.getRoomInfo().getViewersCount();
System.in.read();
}