diff --git a/bigbluebutton-html5/imports/ui/components/video-dock/component.jsx b/bigbluebutton-html5/imports/ui/components/video-dock/component.jsx index 5c7268307d8e841f7f31fc5f5f1afcc0b2342245..107fc4785b2ed9dff874629097297eaf3d094887 100644 --- a/bigbluebutton-html5/imports/ui/components/video-dock/component.jsx +++ b/bigbluebutton-html5/imports/ui/components/video-dock/component.jsx @@ -347,13 +347,6 @@ export default class VideoDock extends Component { } else { log('info', 'No WebRTC peer to stop (not an error)'); } - - if (this.sharedWebcam) { - this.sharedWebcam.dispose(); - this.sharedWebcam = null; - } else { - log('info', 'No shared camera WebRTC peer to stop (not an error)'); - } } shareWebcam() { diff --git a/bigbluebutton-html5/private/config/development/public/kurento.yaml b/bigbluebutton-html5/private/config/development/public/kurento.yaml index c8e29fe0fb772b8050b44a0c677b4ce56ac92d7c..3a2e239be80123772738cea177f5bda6b7fd79e7 100644 --- a/bigbluebutton-html5/private/config/development/public/kurento.yaml +++ b/bigbluebutton-html5/private/config/development/public/kurento.yaml @@ -1,6 +1,6 @@ kurento: - wsUrl: 'wss://kurento-desktopsharing.mconf.com/bbb-webrtc-sfu' - chromeExtensionKey: 'mbfngdphjegmlbfobcblikeefpidfncbINK' - chromeExtensionLink: 'https://chrome.google.com/webstore/detail/kurento-screenshare-test/mbfngdphjegmlbfobcblikeefpidfncbINK' - enableScreensharing: true - enableVideo: true + wsUrl: 'HOST' + chromeExtensionKey: 'KEY' + chromeExtensionLink: 'LINK' + enableScreensharing: false + enableVideo: false