[mirotalksfu] - fix view

هذا الالتزام موجود في:
Miroslav Pejic
2021-11-14 13:00:45 +01:00
الأصل d69430e2e7
التزام e03f7b6c24

عرض الملف

@@ -653,7 +653,7 @@ class RoomClient {
return;
}
} catch (err) {
console.log('Produce error:', err);
console.error('Produce error:', err);
}
}
@@ -1187,7 +1187,11 @@ class RoomClient {
}
setIsScreen(status) {
return status;
if (!status && !this.peer_info.peer_video) {
this.peer_info.peer_video = status;
this.setVideoOff(this.peer_info, false);
this.sendVideoOff();
}
}
sendVideoOff() {