Removed wrong video peer stop procedure and reset the kurento.yaml config file

This commit is contained in:
prlanzarin 2017-12-22 12:30:24 +00:00
parent 8608fd9f94
commit 31fb95bf72
2 changed files with 5 additions and 12 deletions

View File

@ -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() {

View File

@ -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