Fixed WebRTC screenshare stop routine

This commit is contained in:
prlanzarin 2018-03-15 15:48:12 +00:00
parent b55955cba3
commit 7b60342cb0

View File

@ -243,7 +243,7 @@ module.exports = class Screenshare {
}
}
_stop() {
stop () {
return new Promise(async (resolve, reject) => {
try {
Logger.info('[screnshare] Stopping and releasing endpoints for MCS user', this.userId);