ref(toolbar): remove reference to unused config autoEnableDesktopSharing
This commit is contained in:
parent
fe473bf426
commit
5270da4c14
|
@ -342,7 +342,6 @@ var config = {
|
|||
// List of undocumented settings used in jitsi-meet
|
||||
/**
|
||||
alwaysVisibleToolbar
|
||||
autoEnableDesktopSharing
|
||||
autoRecord
|
||||
autoRecordToken
|
||||
debug
|
||||
|
|
|
@ -20,7 +20,6 @@ const WHITELISTED_KEYS = [
|
|||
'_peerConnStatusRtcMuteTimeout',
|
||||
'abTesting',
|
||||
'alwaysVisibleToolbar',
|
||||
'autoEnableDesktopSharing',
|
||||
'autoRecord',
|
||||
'autoRecordToken',
|
||||
'avgRtpStatsN',
|
||||
|
|
Loading…
Reference in New Issue