Fixed WebRTC screenshare stop routine
This commit is contained in:
parent
b55955cba3
commit
7b60342cb0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user