- add config for key frame interval

This commit is contained in:
Richard Alam 2011-07-28 20:14:00 +00:00
parent 3d86d5d39c
commit 2fb7c18aa4

View File

@ -58,6 +58,9 @@ package org.bigbluebutton.modules.videoconf.model
if (vxml.@viewerWindowLocation != undefined) {
viewerWindowLocation = vxml.@viewerWindowLocation.toString().toUpperCase();
}
if (vxml.@camKeyFrameInterval != undefined) {
camKeyFrameInterval = Number(vxml.@camKeyFrameInterval.toString());
}
if (vxml.@camModeFps != undefined) {
camModeFps = Number(vxml.@camModeFps.toString());
}