- remove width and height params for standalone

- increate capture frequency
- increase mouse tracker rate

git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4334 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
Richard Alam 2010-05-18 15:20:34 +00:00
parent a5ab756f63
commit db50215206
2 changed files with 0 additions and 2 deletions

View File

@ -44,8 +44,6 @@
p.collectParameters();
logoutURL = p.getParameter("LOGOUTURL");
host = p.getParameter("HOST");
videoWidth = Number(p.getParameter("WIDTH"));
videoHeight = Number(p.getParameter("HEIGHT"));
room = p.getParameter("ROOM");
service.connect(host+"/"+room);