diff --git a/bigbluebutton-html5/imports/ui/components/video-preview/component.jsx b/bigbluebutton-html5/imports/ui/components/video-preview/component.jsx index 1de6943958..4649c23e85 100755 --- a/bigbluebutton-html5/imports/ui/components/video-preview/component.jsx +++ b/bigbluebutton-html5/imports/ui/components/video-preview/component.jsx @@ -735,7 +735,13 @@ class VideoPreview extends Component { this.currentVideoStream = bbbVideoStream; this.updateDeviceId(deviceId); - if (cameraAsContent) return Promise.resolve(true); + if (cameraAsContent) { + this.setState({ + isStartSharingDisabled: false, + }); + + return Promise.resolve(true); + } return this.startEffects(deviceId) .catch((error) => {