瀏覽代碼

feat(premeeting-screen) add virtual background functionality

j8
Tudor D. Pop 4 年之前
父節點
當前提交
8b315846b9
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      react/features/base/premeeting/components/web/PreMeetingScreen.js

+ 3
- 0
react/features/base/premeeting/components/web/PreMeetingScreen.js 查看文件

@@ -3,6 +3,8 @@
3 3
 import React, { PureComponent } from 'react';
4 4
 
5 5
 import { AudioSettingsButton, VideoSettingsButton } from '../../../../toolbox/components/web';
6
+import { VideoBackgroundButton } from '../../../../virtual-background';
7
+import { checkBlurSupport } from '../../../../virtual-background/functions';
6 8
 import { Avatar } from '../../../avatar';
7 9
 import { allowUrlSharing } from '../../functions';
8 10
 
@@ -114,6 +116,7 @@ export default class PreMeetingScreen extends PureComponent<Props> {
114 116
                             <div className = 'toolbox-content-items'>
115 117
                                 <AudioSettingsButton visible = { true } />
116 118
                                 <VideoSettingsButton visible = { true } />
119
+                                <VideoBackgroundButton visible = { checkBlurSupport() } />
117 120
                             </div>
118 121
                         </div>
119 122
                     </div>

Loading…
取消
儲存