- fix parameters for starting the applet
This commit is contained in:
parent
99376a3dfe
commit
665b0069ff
@ -102,7 +102,7 @@ if ( hasProductInstall && !hasRequestedVersion ) {
|
||||
}
|
||||
// -->
|
||||
|
||||
function startApplet(IP, roomNumber, captureX, captureY, captureWidth, captureHeight)
|
||||
function startApplet(IP, roomNumber, fullScreen)
|
||||
{
|
||||
var iframe = document.createElement("iframe");
|
||||
iframe.id = "iframe";
|
||||
|
Loading…
Reference in New Issue
Block a user