remove unused code

This commit is contained in:
Ramón Souza 2022-03-11 17:16:39 +00:00
parent f292476163
commit cc54f167f7
3 changed files with 27 additions and 28 deletions

View File

@ -148,9 +148,9 @@ class RecordingIndicator extends PureComponent {
cy="10"
/>
<circle
stroke="FFF"
fill="#FFF"
r={recording ? '5' : '4'}
stroke={recording ? '#F00' : '#FFF'}
fill={recording ? '#F00' : '#FFF'}
r="4"
cx="10"
cy="10"
/>

View File

@ -1,6 +1,5 @@
public:
app:
requireAdditionalRecordingConsentOnJoin: true
mobileFontSize: 16px
desktopFontSize: 14px
audioChatNotification: false