瀏覽代碼

fix(safari): Update the check for Safari

In preparation for the lib-jitsi-meet PR for Safari support, isSafariWithWebrtc() will no longer be available
j8
Jaya Allamsetty 5 年之前
父節點
當前提交
7af88e5c4f
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      modules/UI/videolayout/VideoContainer.js

+ 1
- 1
modules/UI/videolayout/VideoContainer.js 查看文件

@@ -635,7 +635,7 @@ export class VideoContainer extends LargeContainer {
635 635
         // explicitly disabled.
636 636
         if (interfaceConfig.DISABLE_VIDEO_BACKGROUND
637 637
                 || browser.isFirefox()
638
-                || browser.isSafariWithWebrtc()) {
638
+                || browser.isSafari()) {
639 639
             return;
640 640
         }
641 641
 

Loading…
取消
儲存