Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
1675737e7d
5 changed files with 18 additions and 7 deletions
|
@ -92,7 +92,12 @@ const ANALYTICS_SETTINGS = [
|
|||
|
||||
// These settings must be defined in SettingsStore
|
||||
const WEBRTC_SETTINGS = [
|
||||
{ id: 'webRtcForceTURN' },
|
||||
{
|
||||
id: 'webRtcForceTURN',
|
||||
fn: (val) => {
|
||||
MatrixClientPeg.get().setForceTURN(val);
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
// These settings must be defined in SettingsStore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue