Fixed bug #884
This commit is contained in:
parent
2849a4c420
commit
0c8b05ce6d
@ -109,7 +109,7 @@ function startApplet(IP, roomNumber, fullScreen)
|
||||
document.body.appendChild(iframe);
|
||||
frames[frames.length - 1].document.write(
|
||||
"<applet code=\"org.bigbluebutton.deskshare.client.DeskShareApplet.class\"" +
|
||||
"id=\"DeskShareApplet\" width=\"0\" height=\"400\" archive=\"bbb-deskshare-applet-0.71.jar\">" +
|
||||
"id=\"DeskShareApplet\" width=\"1\" height=\"400\" archive=\"bbb-deskshare-applet-0.71.jar\">" +
|
||||
"<param name=\"ROOM\" value=\"" + roomNumber + "\"/>" +
|
||||
"<param name=\"IP\" value=\"" + IP + "\"/>" +
|
||||
"<param name=\"FULL_SCREEN\" value=\"" + fullScreen + "\"/>" +
|
||||
|
Loading…
Reference in New Issue
Block a user