[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2022-09-08 19:49:08 +02:00
الأصل 6426722e74
التزام 825aa4dfe2
3 ملفات معدلة مع 13 إضافات و11 حذوفات

عرض الملف

@@ -953,7 +953,8 @@ class RoomClient {
this.peerAction('me', this.peer_id + '___sStart', 'screenStart', true, true, false);
setAspectRatio(2); // 16:9
} else {
this.peerAction('me', this.peer_id + '___sStop', 'screenStop', true, true, false);
if (type === mediaType.screen)
this.peerAction('me', this.peer_id + '___sStop', 'screenStop', true, true, false);
handleAspectRatio();
}
if (!this.isMobileDevice) {