text size ptt; no audio indicator for muted mic

auto_join_3.3
Stefan Otto 2020-03-27 02:06:17 +01:00
parent 0228f1c372
commit feeec35992
1 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ const styles = (theme) =>
left : '50%', left : '50%',
transform : 'translate(-50%, 0%)', transform : 'translate(-50%, 0%)',
color : 'rgba(255, 255, 255, 0.7)', color : 'rgba(255, 255, 255, 0.7)',
fontSize : '2em', fontSize : '2vs',
backgroundColor : 'rgba(255, 0, 0, 0.5)', backgroundColor : 'rgba(255, 0, 0, 0.5)',
margin : '4px', margin : '4px',
padding : '15px', padding : '15px',
@ -439,7 +439,7 @@ const Me = (props) =>
roomClient.changeDisplayName(displayName); roomClient.changeDisplayName(displayName);
}} }}
> >
<Volume id={me.id} /> { micState === 'muted' ? null : <Volume id={me.id} /> }
</VideoView> </VideoView>
</div> </div>
</div> </div>