|
@@ -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>
|