String room = "1";
String domain = "";
String publicSID = "testw";
String record = "no";
ClientStartScreen clientStartScreen = new ClientStartScreen(url,"4445", SID, room, domain, publicSID, record,"");
try {
Thread.sleep(100000000);
} catch (InterruptedException e) {
e.printStackTrace();