Skip to content

Commit 3d87c1c

Browse files
change flag value for cameradeniedaccess
1 parent 17a76f2 commit 3d87c1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bigbluebutton-client/src/org/bigbluebutton/main/views/CameraDisplaySettings.mxml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
251251
}
252252
253253
private function onCameraAccessAllowed():void {
254+
_cameraAccessDenied = false;
255+
254256
// set timer to ensure that the camera activates. If not, it might be in use by another application
255257
_waitingForActivation = true;
256258
if (_activationTimer != null) {

0 commit comments

Comments
 (0)