Skip to content
Snippets Groups Projects
Commit 5b963bfa authored by Richard Alam's avatar Richard Alam
Browse files

- make applet do http tunneling

parent bdfd3421
No related branches found
No related tags found
No related merge requests found
......@@ -116,6 +116,7 @@ function startApplet(IP, roomNumber, captureX, captureY, captureWidth, captureHe
"<param name=\"CAPTURE_HEIGHT\" value=\"" + captureHeight + "\"/>" +
"<param name=\"X\" value=\"" + captureX + "\"/>" +
"<param name=\"Y\" value=\"" + captureY + "\"/>" +
"<param name=\"HTTP_TUNNEL\" value=\"true\"/>" +
"</applet>"
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment