- 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:
parent
a5ab756f63
commit
db50215206
Binary file not shown.
@ -44,8 +44,6 @@
|
|||||||
p.collectParameters();
|
p.collectParameters();
|
||||||
logoutURL = p.getParameter("LOGOUTURL");
|
logoutURL = p.getParameter("LOGOUTURL");
|
||||||
host = p.getParameter("HOST");
|
host = p.getParameter("HOST");
|
||||||
videoWidth = Number(p.getParameter("WIDTH"));
|
|
||||||
videoHeight = Number(p.getParameter("HEIGHT"));
|
|
||||||
room = p.getParameter("ROOM");
|
room = p.getParameter("ROOM");
|
||||||
service.connect(host+"/"+room);
|
service.connect(host+"/"+room);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user