diff --git a/bigbluebutton-client/resources/prod/BigBlueButton.html b/bigbluebutton-client/resources/prod/BigBlueButton.html index a5fa14d8e0..afc1d386f3 100755 --- a/bigbluebutton-client/resources/prod/BigBlueButton.html +++ b/bigbluebutton-client/resources/prod/BigBlueButton.html @@ -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";