[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2023-06-14 09:58:22 +02:00
الأصل 7924a71645
التزام 80879c5e9c

عرض الملف

@@ -153,7 +153,7 @@ class RoomClient {
this._isConnected = false;
this.isVideoOnFullScreen = false;
this.isVideoFullScreenSupported = peer_info.is_mobile_device && peer_info.os_name === 'iOS' ? false : true;
this.isVideoPictureInPictureSupported = document.pictureInPictureEnabled;
this.isVideoPictureInPictureSupported = !DetectRTC.isMobileDevice && document.pictureInPictureEnabled;
this.isChatOpen = false;
this.isChatEmojiOpen = false;
this.showChatOnMessage = true;