- add config for key frame interval
This commit is contained in:
parent
3d86d5d39c
commit
2fb7c18aa4
@ -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());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user