|
@@ -111,7 +111,6 @@ import {
|
111
|
111
|
trackRemoved
|
112
|
112
|
} from './react/features/base/tracks';
|
113
|
113
|
import { getJitsiMeetGlobalNS } from './react/features/base/util';
|
114
|
|
-import { toggleBlurEffect } from './react/features/blur';
|
115
|
114
|
import { showDesktopPicker } from './react/features/desktop-picker';
|
116
|
115
|
import { appendSuffix } from './react/features/display-name';
|
117
|
116
|
import {
|
|
@@ -2702,12 +2701,6 @@ export default {
|
2702
|
2701
|
|
2703
|
2702
|
this._stopProxyConnection();
|
2704
|
2703
|
|
2705
|
|
- // Set blur to disabled if it was enabled during the call.
|
2706
|
|
- const blurEnabled = APP.store.getState()['features/blur']?.blurEnabled;
|
2707
|
|
-
|
2708
|
|
- if (blurEnabled) {
|
2709
|
|
- APP.store.dispatch(toggleBlurEffect(false));
|
2710
|
|
- }
|
2711
|
2704
|
APP.store.dispatch(destroyLocalTracks());
|
2712
|
2705
|
this._localTracksInitialized = false;
|
2713
|
2706
|
this.localVideo = null;
|