change flag value for cameradeniedaccess

This commit is contained in:
Markos Calderon 2013-03-07 16:02:08 -05:00
parent 17a76f281b
commit 3d87c1cb1a

View File

@ -251,6 +251,8 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
}
private function onCameraAccessAllowed():void {
_cameraAccessDenied = false;
// set timer to ensure that the camera activates. If not, it might be in use by another application
_waitingForActivation = true;
if (_activationTimer != null) {