[mirotalk] - disable for now
This commit is contained in:
+1
-1
@@ -131,7 +131,7 @@ console.log('LOCAL_STORAGE_SETTINGS', lsSettings);
|
||||
const isEmbedded = window.self !== window.top;
|
||||
|
||||
// Check if PIP is supported by this browser
|
||||
const showVideoPipBtn = document.pictureInPictureEnabled;
|
||||
const showVideoPipBtn = !isMobileDevice && document.pictureInPictureEnabled;
|
||||
|
||||
// Check if Document PIP is supported by this browser
|
||||
const showDocumentPipBtn = !isEmbedded && 'documentPictureInPicture' in window;
|
||||
|
||||
Reference in New Issue
Block a user